![]() | Double |
The DoubleComplexCholeskyLeastSq type exposes the following members.
Name | Description | |
---|---|---|
![]() | DoubleComplexCholeskyLeastSq | Constructs a DoubleComplexCholeskyLeastSq instance with all sizes zero. |
![]() | DoubleComplexCholeskyLeastSq(DoubleComplexMatrix) | Constructs a DoubleComplexCholeskyLeastSq instance from the given matrix. |
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. |
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. |
A'Ax = A'b