示例#1
0
 def OwnsGraph(self):
     return _sparsemat.SparseMatrix_OwnsGraph(self)
示例#2
0
文件: sparsemat.py 项目: mfem/PyMFEM
 def OwnsGraph(self):
     r"""OwnsGraph(SparseMatrix self) -> bool"""
     return _sparsemat.SparseMatrix_OwnsGraph(self)