Exemple #1
0
 def SetRow(self, row, cols, srow):
     return _sparsemat.SparseMatrix_SetRow(self, row, cols, srow)
Exemple #2
0
 def SetRow(self, row, cols, srow):
     r"""SetRow(SparseMatrix self, int const row, intArray cols, Vector srow)"""
     return _sparsemat.SparseMatrix_SetRow(self, row, cols, srow)