| Name | Type | Description |
|---|
| BlasThreadCount | int | Specifies the number of CPU cores to be used by the threaded algorithms internally. |
| CpuAVX | bool | Returns true if CPU supports AVX. |
| CpuAVX2 | bool | Returns true if CPU supports AVX2. |
| CpuAVX512BW | bool | Returns true if CPU supports AVX512BW. |
| CpuAVX512CD | bool | Returns true if CPU supports AVX512CD. |
| CpuAVX512DQ | bool | Returns true if CPU supports AVX512DQ. |
| CpuAVX512F | bool | Returns true if CPU supports AVX512F. |
| CpuCacheL1SizeInBytes | int | Returns the size of the CPU L1 cache in bytes per CPU Core. |
| CpuCacheL2SizeInBytes | int | Returns the size of the CPU L2 cache in bytes per CPU Core. |
| CpuCacheL3SizeInBytes | int | Returns the size of the CPU L3 cache in bytes across all CPU cores. |
| CpuCacheSizeInBytes | int | Returns the size of the CPU L3 cache in bytes. |
| CpuCores | int | Returns the number of physical CPU cores per one Numa Node. |
| CpuCoresLogical | int | Returns the number of (hyper-threaded) CPU cores across all NUMA nodes. |
| CpuCoresPhysical | int | Returns the number of physical CPU cores across all NUMA nodes. |
| CpuFrequencyInMhz | int | Returns CPU frequency in Mhz, but takes about 2s to execute. |
| CpuNumaNodes | int | Returns the number of NUMA nodes (CPU sockets) in the system. |
| CpuSSE42 | bool | Returns true if CPU supports SSE42. |
| CpuSSSE3 | bool | Returns true if CPU supports SSSE3. |
| CpuType | int | Returns the CPU type. |
| CPUVendor | DewString | CPU Vendor name. Intel or AMD. |
| DenormalsAreZero | bool | If true, the denormals will be rounded to 0. |
| FFTDescriptorCacheSize | int | Specifies the numbe of FFT algorithm setups (descriptors) to keep stored in memory. |
| FftThreadCount | int | Specifies the number of CPU cores to be used by the threaded algorithms internally. |
| IppThreadCount | int | Specifies the number of CPU cores to be used by the threaded algorithms internally. |
| LapackThreadCount | int | Specifies the number of CPU cores to be used by the threaded algorithms internally. |
| MtxConditionCheck | bool | True when range checking is enabled for matrices. |
| SuperConductive | bool | Enables thread congestion free CreateIt/FreeIt. |
| ThreadCount | int | Specifies the number of CPU cores to be used by the threaded algorithms internally. |
| ThreadDimension | int | Specifies the maximum number of threads that object cache can serve. |
| ThreadingMode | TMklThreadingMode | Specifies the threading for MtxVec. |
| ThreadWaitBeforeSleep | int | Specifies the thread waiting time before entering sleep in ms. |
| VecConditionCheck | bool | True when range checking is enabled for vectors. |
| VmlThreadCount | int | Specifies the number of CPU cores to be used by the threaded algorithms internally. |