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