コード例 #1
0
ファイル: densemat.py プロジェクト: mortezah/PyMFEM
 def GetRowSums(self, l):
     """GetRowSums(DenseMatrix self, Vector l)"""
     return _densemat.DenseMatrix_GetRowSums(self, l)
コード例 #2
0
 def GetRowSums(self, l):
     return _densemat.DenseMatrix_GetRowSums(self, l)