예제 #1
0
파일: blockmatrix.py 프로젝트: mfem/PyMFEM
 def GetRow(self, row, cols, srow):
     r"""GetRow(BlockMatrix self, int const row, intArray cols, Vector srow) -> int"""
     return _blockmatrix.BlockMatrix_GetRow(self, row, cols, srow)
예제 #2
0
 def GetRow(self, row, cols, srow):
     return _blockmatrix.BlockMatrix_GetRow(self, row, cols, srow)