TMtxLP::A Property

__declspec(property(get = GetA, put = SetfA)) TMtx*A;

Defines A in A*x <= b equation.

Read: TMtx *GetA();
Write: void SetfA(TMtx *Value);
Remarks:

Defines A in the A*x <= b equation.

Declared in Dew::Math::TMtxLP · Dew.Math/MtxVecTools.h · Cross-compiler