| LUDecompositionFIsNumericallySingular Property |
Gets a value indicating whether the matrix U is numerically singular.
Namespace: DigitalRune.Mathematics.AlgebraAssembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax public bool IsNumericallySingular { get; }
Public ReadOnly Property IsNumericallySingular As Boolean
Get
public:
property bool IsNumericallySingular {
bool get ();
}
member IsNumericallySingular : bool with 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