Gets a boolean value which is true if the matrix factored is singular; otherwise, false.

Namespace: CenterSpace.NMath.Matrix
Assembly: NMathPremium (in NMathPremium.dll) Version: 5.3.0.0

Syntax

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

See Also