Beispiel #1
0
 def PrintMatlab(self, *args):
     r"""
     PrintMatlab(DenseMatrix self, std::ostream & out=mfem::out)
     PrintMatlab(DenseMatrix self, char const * file, int precision=8)
     """
     return _densemat.DenseMatrix_PrintMatlab(self, *args)
Beispiel #2
0
 def PrintMatlab(self, *args):
     """
     PrintMatlab(DenseMatrix self, std::ostream & out)
     PrintMatlab(DenseMatrix self)
     """
     return _densemat.DenseMatrix_PrintMatlab(self, *args)
Beispiel #3
0
 def PrintMatlab(self, *args):
     return _densemat.DenseMatrix_PrintMatlab(self, *args)