Example #1
0
 def Mult(self, x, y):
     r"""Mult(BlockLowerTriangularPreconditioner self, Vector x, Vector y)"""
     return _blockoperator.BlockLowerTriangularPreconditioner_Mult(
         self, x, y)
Example #2
0
 def Mult(self, x, y):
     return _blockoperator.BlockLowerTriangularPreconditioner_Mult(
         self, x, y)