Exemplo n.º 1
0
 def Mult(self, x, y):
     return _solvers.BiCGSTABSolver_Mult(self, x, y)
Exemplo n.º 2
0
 def Mult(self, b, x):
     """Mult(BiCGSTABSolver self, Vector b, Vector x)"""
     return _solvers.BiCGSTABSolver_Mult(self, b, x)