scikits.umfpack.UmfpackLU.solve

UmfpackLU.solve(b)

Solve linear equation A x = b for x

Parameters:
bndarray

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

Returns:
xndarray

Solution to the matrix equation