| DoubleSymFactIsSingular Property |
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.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntax public bool IsSingular { get; }
Public ReadOnly Property IsSingular As Boolean
Get
public:
property bool IsSingular {
bool get ();
}
member IsSingular : bool with get
Property Value
BooleanSee Also