def Jacobi2(self, b, x0, x1, sc=1.0): return _sparsemat.SparseMatrix_Jacobi2(self, b, x0, x1, sc)
def Jacobi2(self, b, x0, x1, sc=1.0): r"""Jacobi2(SparseMatrix self, Vector b, Vector x0, Vector x1, double sc=1.0)""" return _sparsemat.SparseMatrix_Jacobi2(self, b, x0, x1, sc)