Indicates whether the matrix is singular.

Namespace:  Bespoke.Common.LinearAlgebra
Assembly:  Bespoke.Common (in Bespoke.Common.dll) Version: 4.3.0.0 (4.3.0.0)

Syntax

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

See Also