Esempio n. 1
0
 def Jacobi3(self, b, x0, x1, sc=1.0):
     return _sparsemat.SparseMatrix_Jacobi3(self, b, x0, x1, sc)
Esempio n. 2
0
 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)