TMtxLP::b Property

__declspec(property(get = Getb, put = Setfb)) TVec*b;

Defines b in A*x <= b equation.

Read: TVec *Getb();
Write: void Setfb(TVec *Value);
Remarks:

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

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