  | QRDecompositionFHasNumericallyFullRank Property  | 
            Gets a value indicating whether the matrix R has full rank (numerically).
            
 
Namespace: DigitalRune.Mathematics.AlgebraAssembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntaxpublic bool HasNumericallyFullRank { get; }Public ReadOnly Property HasNumericallyFullRank As Boolean
	Get
public:
property bool HasNumericallyFullRank {
	bool get ();
}member HasNumericallyFullRank : bool with 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