__declspec(property(get = GetBeta, put = SetBeta)) TCplx Beta;
Additional parameter for certain Lapack methods.
Remarks:
Additional parameter for certain Lapack methods. When this value is used, it is mentioned in the method description. This parameter has been made a field of the object, to reduce the number of parameters required by a method, because it is not used very often.
Declared in Dew::Math::Vector · Dew.Math/MtxExpr.h · Cross-compiler