Exemple #1
0
 def Gauss_Seidel_forw(self, x, y):
     return _sparsemat.SparseMatrix_Gauss_Seidel_forw(self, x, y)
Exemple #2
0
 def Gauss_Seidel_forw(self, x, y):
     r"""Gauss_Seidel_forw(SparseMatrix self, Vector x, Vector y)"""
     return _sparsemat.SparseMatrix_Gauss_Seidel_forw(self, x, y)