Click or drag to resize

DoubleHermitianFactIsSingular 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.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public bool IsSingular { get; }

Property Value

Boolean
See Also