__declspec(property(get = GetCPUCount, put = SetCpuCount)) int CPUCount;
The number of CPU's in the system.
Read:
int GetCPUCount();Write:
void SetCpuCount(const int Value);Remarks:
Must match the OpenMP system environment variable and the number must be equal to the MKL environment variable MKL_NUM_THREADS
Declared in Dew::Math::TPardisoSettings · Dew.Math/sparse.h · Cross-compiler