Matrix::Beta Property

__declspec(property(get = GetBeta, put = SetBeta)) TCplx Beta;

Additional parameter for certain Lapack methods.

Read: TCplx GetBeta() const;
Write: void SetBeta(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::Matrix · Dew.Math/MtxExpr.h · Cross-compiler