CADability dotNET
Indicates whether the matrix is nonsingular.

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

Syntax

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

Return Value

true if U, and hence A, is nonsingular.

See Also