TMtxVecController::ThreadCount Property

__declspec(property(get = GetThreadCount, put = SetThreadCount)) int ThreadCount;

Specifies the number of CPU cores to be used by the threaded algorithms internally.

Read: int GetThreadCount();
Write: void SetThreadCount(const int Value);
Remarks:

Setting this property will modify IppThreadCount, FftThreadCount, LapackThreadCount and VmlThreadCount.

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