Beispiel #1
0
 def GetColumn(self, *args):
     """
     GetColumn(DenseMatrix self, int c, Vector col)
     GetColumn(DenseMatrix self, int col) -> double
     GetColumn(DenseMatrix self, int col) -> double const *
     """
     return _densemat.DenseMatrix_GetColumn(self, *args)
Beispiel #2
0
 def GetColumn(self, *args):
     return _densemat.DenseMatrix_GetColumn(self, *args)