|  | Float | 
 Inheritance Hierarchy
Inheritance Hierarchy Syntax
SyntaxThe FloatComplexCholeskyLeastSq type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | FloatComplexCholeskyLeastSq | Constructs a FloatComplexCholeskyLeastSq instance with all sizes zero. | 
|  | FloatComplexCholeskyLeastSq(FloatComplexMatrix) | Constructs a FloatComplexCholeskyLeastSq instance from the given matrix. | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Cols | Gets the number of columns in the matrix. | 
|  | IsGood | Gets a boolean value which is true if the Cholesky factorization succeeded and may be used to solve least square problems; otherwise false. | 
|  | Rows | Gets the number of rows in the matrix. | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Clone | Creates a deep copy of this least squares instance. | 
|  | Factor | Factors a given matrix so that it may be used to solve least squares problems. | 
|  | 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. | 
 Remarks
RemarksA'Ax = A'b See Also
See Also