Click or drag to resize
DigitalRuneCholeskyDecompositionFIsSymmetricPositiveDefinite Property
Gets a value indicating whether the original matrix is symmetric and positive definite.

Namespace: DigitalRune.Mathematics.Algebra
Assembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax
public bool IsSymmetricPositiveDefinite { get; }

Property Value

Type: Boolean
if the original matrix is symmetric and positive definite; otherwise, .
See Also