|  | DoubleSymSemiPDFactCholeskyFactor Property | 
            Gets the upper triangular matrix U or the lower triangular matrix
            L in the factorization
            P'AP = U'U, upper triangular specified.
            P'AP = LL', lower triangular specified.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic DoubleMatrix CholeskyFactor { get; }Public ReadOnly Property CholeskyFactor As DoubleMatrix
	Get
public:
property DoubleMatrix^ CholeskyFactor {
	DoubleMatrix^ get ();
}member CholeskyFactor : DoubleMatrix with get
Property Value
DoubleMatrix See Also
See Also