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