CoreImplementations<T> Methods

Methods

UseFromAssembly Instructs the library to use a custom BLAS implementation contained in a .NET assembly.
UseHybrid Instructs the library to use the managed implementations.
UseManaged Instructs the library to use the managed implementations.
UseNative Instructs the library to use the native BLAS implementation.
UseProvider Instructs the library to use the specified core provider.

See Also