|
QrDecompositionFullRank 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; }
Public ReadOnly Property FullRank As Boolean
Get
Request Example
View SourceProperty Value
Type:
BooleanThe value is
if
R, and hence
A, has full rank.
See Also