Example #1
0
 def PrintMatlab(self, out, n=0, m=0):
     """
     PrintMatlab(Operator self, std::ostream & out, int n=0, int m=0)
     PrintMatlab(Operator self, std::ostream & out, int n=0)
     PrintMatlab(Operator self, std::ostream & out)
     """
     return _operators.Operator_PrintMatlab(self, out, n, m)
Example #2
0
 def PrintMatlab(self, *args):
     r"""
     PrintMatlab(Operator self, std::ostream & out, int n=0, int m=0)
     PrintMatlab(Operator self, char const * file, int precision=8)
     """
     return _operators.Operator_PrintMatlab(self, *args)
Example #3
0
 def PrintMatlab(self, out, n=0, m=0):
     return _operators.Operator_PrintMatlab(self, out, n, m)