Factors a given matrix so that it may be used to solve least squares problems.
Namespace:
CenterSpace.NMath.MatrixAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public void Factor( FloatMatrix A ) |
| Visual Basic (Declaration) |
|---|
Public Sub Factor ( _ A As FloatMatrix _ ) |
| Visual C++ |
|---|
public: void Factor( FloatMatrix^ A ) |
Parameters
- A
- Type: CenterSpace.NMath.Core..::.FloatMatrix
A matrix.
Remarks
For the Cholesky least squares method to succeed, the matrix
A must have full rank.