Click or drag to resize
Accord.NET (logo)

QrDecompositionDFullRank 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
public bool FullRank { get; }
Request Example View Source

Property Value

Type: Boolean
The value is if R, and hence A, has full rank.
See Also