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