Click or drag to resize

FloatComplexCholeskyLeastSq Methods

The FloatComplexCholeskyLeastSq type exposes the following members.

Methods
 NameDescription
Public methodClone Creates a deep copy of this least squares instance.
Public methodFactor Factors a given matrix so that it may be used to solve least squares problems.
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