Gets or sets a value that specifies whether to use column pivoting to improve stability.
Namespace: Extreme.Mathematics.LinearAlgebraAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public bool UseColumnPivoting { get; set; }
Public Property UseColumnPivoting As Boolean
Get
Set
public:
property bool UseColumnPivoting {
bool get ();
void set (bool value);
}
member UseColumnPivoting : bool with get, set
Property Value
Type:
Boolean if column pivoting should be used; otherwise
.
Numerical Libraries
Supported in: 5.x, 4.x
Reference