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