Ejemplo n.º 1
0
 def EliminateCols(self, cols, x=None, b=None):
     """
     EliminateCols(SparseMatrix self, intArray cols, Vector x=None, Vector b=None)
     EliminateCols(SparseMatrix self, intArray cols, Vector x=None)
     EliminateCols(SparseMatrix self, intArray cols)
     """
     return _sparsemat.SparseMatrix_EliminateCols(self, cols, x, b)
Ejemplo n.º 2
0
 def EliminateCols(self, cols, x=None, b=None):
     return _sparsemat.SparseMatrix_EliminateCols(self, cols, x, b)
Ejemplo n.º 3
0
 def EliminateCols(self, *args):
     r"""
     EliminateCols(SparseMatrix self, intArray cols, Vector x=None, Vector b=None)
     EliminateCols(SparseMatrix self, intArray col_marker, SparseMatrix Ae)
     """
     return _sparsemat.SparseMatrix_EliminateCols(self, *args)