__declspec(property(get = GetSymmetricScalingAndMatching, put = SetSymmetricScalingAndMatching)) bool SymmetricScalingAndMatching;
If true, iproves accuracy for symmetric indefinite matrices.
Read:
bool GetSymmetricScalingAndMatching();Write:
void SetSymmetricScalingAndMatching(const bool Value);Declared in Dew::Math::TPardisoSettings · Dew.Math/sparse.h · Cross-compiler