Solve ax=b for x using the LU factorization of a.
double square matrix. double column vector. A double column vector containing the solution to the linear system of equations.
| Exception Type | Condition |
|---|---|
| ArgumentException | is thrown when the number of rows in the input matrix is not equal to the number of elements in x |
| SingularMatrixException | is thrown when the matrix is singular |
LU Class | Imsl.Math Namespace | LU.Solve Overload List