Click or drag to resize

FloatQRLeastSq Methods

The FloatQRLeastSq type exposes the following members.

Methods
 NameDescription
Public methodClone Creates a deep copy of this least squares instance.
Public methodFactor(FloatMatrix) Factors a given matrix so that it may be used to solve least squares problems.
Public methodFactor(FloatMatrix, Single) Factors a given matrix so that it may be used to solve least squares problems. The specified tolerance is used in computing the numerical rank of the matrix.
Public methodOnSerializing processing following deserialization
Public methodResidualNormSqr Computes the 2-norm squared of the residual vector.
Public methodResidualVector Computes and returns the residual vector.
Public methodSolve Computes the solution to the least squares problem Ax = b.
Top
See Also