Esempio n. 1
0
 def RowIsEmpty(self, row):
     return _sparsemat.SparseMatrix_RowIsEmpty(self, row)
Esempio n. 2
0
 def RowIsEmpty(self, row):
     r"""RowIsEmpty(SparseMatrix self, int const row) -> bool"""
     return _sparsemat.SparseMatrix_RowIsEmpty(self, row)