コード例 #1
0
 def _Get_(self, col):
     return _sparsemat.SparseMatrix__Get_(self, col)
コード例 #2
0
ファイル: sparsemat.py プロジェクト: mfem/PyMFEM
 def _Get_(self, col):
     r"""_Get_(SparseMatrix self, int const col) -> double"""
     return _sparsemat.SparseMatrix__Get_(self, col)