__declspec(property(get = GetLapackThreadCount, put = SetLapackThreadCount)) int LapackThreadCount;
Specifies the number of CPU cores to be used by the threaded algorithms internally.
Read:
int GetLapackThreadCount();Write:
void SetLapackThreadCount(const int Value);Remarks:
Returns and allows setting thread count only for the Intel MKL Lapack algorithms related code. If you want to do multi-threading in your own code, set this parameter to 1. The default value is 1 and user side multi-threading is assumed.
Declared in Dew::Math::TMtxVecController · Dew.Math/MtxVec.h · Cross-compiler