The following tables list the members exposed by NmlConfiguration.
| Name | Description | |
|---|---|---|
| DynamicThreads | Defines whether NML is allowed to dynamically change the number of threads used at runtime. | |
| TotalMemory | Returns the total amount of unmanaged memory that is used by all objects of .NET Matrix Library. |
| Name | Description | |
|---|---|---|
| Dispose | Releases all the resources used by the NmlConfiguration object. | |
| FreeBuffers | Forces immediate release of temporary memory buffers which would normally be freed on application exit. | |
| GetMaxThreads | Returns the number of threads that NML is going to use. | |
| SetNumThreads | Suggests the number of threads that should be used. |