scikits.umfpack.UmfpackLU.solve

UmfpackLU.solve(b)

Solve linear equation A x = b for x

Parameters:

b : ndarray

Right-hand side of the matrix equation. Can be vector or a matrix.

Returns:

x : ndarray

Solution to the matrix equation