|  | Float | 
The FloatSVDLeastSq type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Clone | Creates a deep copy of this least squares instance. | 
|  | Factor(FloatMatrix) | Factors a given matrix so that it may be used to solve least squares problems. | 
|  | Factor(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. | 
|  | OnSerializing | processing following deserialization | 
|  | ResidualNormSqr | Computes the 2-norm squared of the residual vector. | 
|  | ResidualVector | Computes and returns the residual vector. | 
|  | Solve | Computes the solution to the least squares problem Ax = b. | 
 See Also
See Also