示例#1
0
 def Jacobi(self, b, x0, x1, sc):
     return _sparsemat.SparseMatrix_Jacobi(self, b, x0, x1, sc)
示例#2
0
文件: sparsemat.py 项目: mfem/PyMFEM
 def Jacobi(self, b, x0, x1, sc):
     r"""Jacobi(SparseMatrix self, Vector b, Vector x0, Vector x1, double sc)"""
     return _sparsemat.SparseMatrix_Jacobi(self, b, x0, x1, sc)