Exemple #1
0
 def Jacobi(self, b, x0, x1, sc):
     return _sparsemat.SparseMatrix_Jacobi(self, b, x0, x1, sc)
Exemple #2
0
 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)