Gets the Cholesky factorization of the source matrix.
Namespace:
CenterSpace.NMath.MatrixAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public DoubleComplexUpperTriMatrix CholeskyFactor { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property CholeskyFactor As DoubleComplexUpperTriMatrix |
| Visual C++ |
|---|
public: property DoubleComplexUpperTriMatrix^ CholeskyFactor { DoubleComplexUpperTriMatrix^ get (); } |
Remarks
If A is the factored matrix, then the Cholesky factorization of A is
A = UU'
where U is upper triangular and U' is the conjugate transpose of U.
This property gets the Cholesky factor U.