Solve ax=b for x using the LU factorization of a.
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[]);
LU Class | Imsl.Math Namespace