IMSL C# Numerical Library

LU.Solve Method (Double[])

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

public double[] Solve(
   double[] b
);

Parameters

b
A double array containing the right-hand side of the linear system.

Return Value

A double array containing the solution to the linear system of equations.

See Also

LU Class | Imsl.Math Namespace | LU.Solve Overload List