TTaucsSettings::Amwb Property

__declspec(property(get = GetAmwb, put = SetAmwb)) bool Amwb;

Set it to true to enable maximum-weight-basis Vaidha preconditioners.

Read: bool GetAmwb();
Write: void SetAmwb(const bool Value);
Declared in Dew::Math::TTaucsSettings · Dew.Math/sparse.h · Cross-compiler