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