Click or drag to resize

Control Methods

The Control type exposes the following members.

Methods
 NameDescription
Public methodStatic memberConfigureAuto 
Public methodStatic memberDescribe 
Public methodStatic memberFreeResources 
Public methodStatic memberTryUseNative Try to use any available native provider in an undefined order.
Public methodStatic memberTryUseNativeCUDA Try to use the Nvidia CUDA native provider for linear algebra.
Public methodStatic memberTryUseNativeMKL Try to use the Intel MKL native provider for linear algebra.
Public methodStatic memberTryUseNativeOpenBLAS Try to use the OpenBLAS native provider for linear algebra.
Public methodStatic memberUseBestProviders Use the best provider available.
Public methodStatic memberUseDefaultProviders Use a specific provider if configured, e.g. using environment variables, or fall back to the best providers.
Public methodStatic memberUseManaged 
Public methodStatic memberUseMultiThreading 
Public methodStatic memberUseNativeCUDA Use the Nvidia CUDA native provider for linear algebra. Throws if it is not available or failed to initialize, in which case the previous provider is still active.
Public methodStatic memberUseNativeMKL Use the Intel MKL native provider for linear algebra. Throws if it is not available or failed to initialize, in which case the previous provider is still active.
Public methodStatic memberUseNativeOpenBLAS Use the OpenBLAS native provider for linear algebra. Throws if it is not available or failed to initialize, in which case the previous provider is still active.
Public methodStatic memberUseSingleThread 
Top
See Also