def GetBlock(self, iblock, jblock): r"""GetBlock(BlockLowerTriangularPreconditioner self, int iblock, int jblock) -> Operator""" return _blockoperator.BlockLowerTriangularPreconditioner_GetBlock( self, iblock, jblock)
def GetBlock(self, iblock, jblock): return _blockoperator.BlockLowerTriangularPreconditioner_GetBlock( self, iblock, jblock)