scikits.umfpack.UmfpackLU.solve_sparse¶
-
UmfpackLU.
solve_sparse
(B)¶ Solve linear equation of the form A X = B. Where B and X are sparse matrices.
Parameters: B : any scipy.sparse matrix
Right-hand side of the matrix equation. Note: it will be converted to csc_matrix via .tocsc().
Returns: X : csc_matrix
Solution to the matrix equation as a csc_matrix