CADability dotNET
Is the matrix symmetric and positive definite?

Namespace: CADability.LinearAlgebra
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public bool IsSPD { get; }
Visual Basic
Public ReadOnly Property IsSPD As Boolean
	Get
Visual C++
public:
property bool IsSPD {
	bool get ();
}

Return Value

true if A is symmetric and positive definite.

See Also