|  | CholeskyDecompositionDIsSymmetricPositiveDefinite Property | 
            Gets a value indicating whether the original matrix is symmetric and positive definite.
            
 
Namespace: DigitalRune.Mathematics.AlgebraAssembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
 Syntax
Syntaxpublic bool IsSymmetricPositiveDefinite { get; }Public ReadOnly Property IsSymmetricPositiveDefinite As Boolean
	Get
public:
property bool IsSymmetricPositiveDefinite {
	bool get ();
}member IsSymmetricPositiveDefinite : bool with get
Property Value
Type: 
Boolean if the original matrix is symmetric and positive definite; otherwise, 
            
.
            
 See Also
See Also