Click or drag to resize

IQrDecompositionIsFullRank Property

Shows if the matrix A is of full rank.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
bool IsFullRank { get; }

Property Value

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