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:
Bany scipy.sparse matrix

Right-hand side of the matrix equation. Note: it will be converted to csc_matrix via .tocsc().

Returns:
Xcsc_matrix

Solution to the matrix equation as a csc_matrix