Exemple #1
0
 def PrintInfo(self, *args):
     r"""
     PrintInfo(SparseMatrix self, std::ostream & out)
     PrintInfo(SparseMatrix self, char const * file, int precision=8)
     PrintInfo(SparseMatrix self)
     """
     return _sparsemat.SparseMatrix_PrintInfo(self, *args)
Exemple #2
0
 def PrintInfo(self, out):
     return _sparsemat.SparseMatrix_PrintInfo(self, out)
Exemple #3
0
 def PrintInfo(self, out):
     """PrintInfo(SparseMatrix self, std::ostream & out)"""
     return _sparsemat.SparseMatrix_PrintInfo(self, out)