示例#1
0
 def Factor(self, m, TOL=0.0):
     r"""Factor(LUFactors self, int m, double TOL=0.0) -> bool"""
     return _densemat.LUFactors_Factor(self, m, TOL)
示例#2
0
 def Factor(self, m):
     """Factor(LUFactors self, int m)"""
     return _densemat.LUFactors_Factor(self, m)
示例#3
0
 def Factor(self, m):
     return _densemat.LUFactors_Factor(self, m)