Click or drag to resize

QRTIsFullRank Property

Gets a value indicating whether the matrix is full rank or not.

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

Property Value

Boolean
true if the matrix is full rank; otherwise false.
See Also