예제 #1
0
 def GetRowSums(self, x):
     return _sparsemat.SparseMatrix_GetRowSums(self, x)
예제 #2
0
파일: sparsemat.py 프로젝트: mfem/PyMFEM
 def GetRowSums(self, x):
     r"""GetRowSums(SparseMatrix self, Vector x)"""
     return _sparsemat.SparseMatrix_GetRowSums(self, x)