|   | QrDecompositionFFullRank Property  | 
        
         Shows if the matrix A is of full rank.
 
    Namespace: 
   Accord.Math.Decompositions
    Assembly:
   Accord.Math (in Accord.Math.dll) Version: 3.8.0
 Syntax
Syntaxpublic bool FullRank { get; }Public ReadOnly Property FullRank As Boolean
	Get
Property Value
Type: 
BooleanThe value is 
 if 
R, and hence 
A, has full rank.
 See Also
See Also