IMSL C# Numerical Library

LU.Solve Method

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

Overload List

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

public double[] Solve(double[]);

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

public static double[] Solve(double[,],double[]);

See Also

LU Class | Imsl.Math Namespace