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