Vector::Alfa Property

__declspec(property(get = GetAlfa, put = SetAlfa)) TCplx Alfa;

Additional parameter for certain Lapack methods.

Read: TCplx GetAlfa() const;
Write: void SetAlfa(const TCplx &value) const;
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