TMtxMulLinReg::SolveMethod Property

__declspec(property(get = GetSolveMethod, put = SetSolveMethod)) TRegSolveMethod SolveMethod;

Defines A*x=b solving method.

Read: TRegSolveMethod GetSolveMethod();
Write: void SetSolveMethod(const TRegSolveMethod Value);
Declared in Dew::Stats::TMtxMulLinReg · Dew.Stats/StatTools.h · Cross-compiler