QRDecomposition<T>.UseColumnPivoting 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.0
C#
public bool UseColumnPivoting { get; set; }

Property Value

Boolean
true if column pivoting should be used; otherwise false.

See Also