Computation of the solution vector for the system .
double
vector of length n
, n
the order of input matrix A
, containing the right hand side. A double
vector containing the solution to the system . Optionally, the solution is improved by iterative refinement, if IterativeRefinement = true
. Method Solve
internally first factorizes matrix A (step 1 of the introduction) if the factorization has not been done before.
SuperLU Class | Imsl.Math Namespace