Gets a boolean value which is true if the matrix is Singular and the factorization may NOT be used to solve equations, compute determinants, inverses, and so on; otherwise true.

Namespace:  CenterSpace.NMath.Matrix
Assembly:  NMath (in NMath.dll) Version: 5.1.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