IMSL C# Numerical Library

QR.Solve Method

Returns the solution to the least-squares problem Ax = b.

Overload List

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);

See Also

QR Class | Imsl.Math Namespace