QRDecomposition<T>.Use Column Pivoting Property
Gets or sets a value that specifies whether to use column pivoting to improve stability.
Definition
Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
true if column pivoting should be used; otherwise false.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public bool UseColumnPivoting { get; set; }
Property Value
Booleantrue if column pivoting should be used; otherwise false.