Solve ax=b for x using the LU factorization of a.

Overload List

NameDescription
Solve(array<Double>[]()[])
Solve ax=b for x using the LU factorization of a.
Solve(array<Double,2>[,](,)[,], array<Double>[]()[])
Solve ax=b for x using the LU factorization of a.

See Also