Click or drag to resize
DigitalRuneQRDecompositionDHasNumericallyFullRank Property
Gets a value indicating whether the matrix R has full rank (numerically).

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

Property Value

Type: Boolean
if the matrix R has full rank (numerically); otherwise, .
Remarks
If R has full rank, A has full column rank, i. e. all column vectors are linearly independent.
See Also