Click or drag to resize
DigitalRuneLUDecompositionDIsNumericallySingular Property
Gets a value indicating whether the matrix U is numerically singular.

Namespace: DigitalRune.Mathematics.Algebra
Assembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax
public bool IsNumericallySingular { get; }

Property Value

Type: Boolean
if this the matrix U is numerically singular; otherwise, .
Remarks

If U is singular A is singular too.

See Also