示例#1
0
 def GetJacobiScaling(self):
     return _sparsemat.SparseMatrix_GetJacobiScaling(self)
示例#2
0
文件: sparsemat.py 项目: mfem/PyMFEM
 def GetJacobiScaling(self):
     r"""GetJacobiScaling(SparseMatrix self) -> double"""
     return _sparsemat.SparseMatrix_GetJacobiScaling(self)