Returns the solution to the least-squares problem Ax = b.
Returns the solution to the least-squares problem Ax = b.
public double[] Solve(double[]);
Returns the solution to the least-squares problem Ax = b using an input tolerance.
public double[] Solve(double[],double);
QR Class | Imsl.Math Namespace