Constructs a FloatCholeskyLeastSq instance from the given matrix.
Namespace:
CenterSpace.NMath.MatrixAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public FloatCholeskyLeastSq( FloatMatrix A ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ A As FloatMatrix _ ) |
| Visual C++ |
|---|
public: FloatCholeskyLeastSq( FloatMatrix^ A ) |
Parameters
- A
- Type: CenterSpace.NMath.Core..::.FloatMatrix
A matrix
Remarks
For the Cholesky least squares method to succeed, matrix
A must have full rank.