/// <summary>
 /// Disable the MKL memory pool. May impact performance.
 /// </summary>
 public void DisableMemoryPool()
 {
     MklProvider.DisableMemoryPool();
 }