Gets a value indicating whether the matrix is full rank or not.
Namespace: Altaxo.Calc.LinearAlgebra.FactorizationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public abstract bool IsFullRank { get; }
Property Value
Booleantrue if the matrix is full rank; otherwise
false.
See Also