|   | JaggedCholeskyDecompositionDDiagonal Property  | 
        
         
              Gets the one-dimensional array of diagonal elements in a LDLt decomposition.
            
 
    Namespace: 
   Accord.Math.Decompositions
    Assembly:
   Accord.Math (in Accord.Math.dll) Version: 3.8.0
 Syntax
Syntaxpublic decimal[] Diagonal { get; }Public ReadOnly Property Diagonal As Decimal()
	Get
Property Value
Type: 
Decimal See Also
See Also