MklProvider.LoadManaged Method

Loads the pure managed Intel® MKL based provider from the specified path.

Definition

Namespace: Extreme.Providers
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static MklProvider LoadManaged(
	string libraryPath = null
)

Parameters

libraryPath  String  (Optional)
(Optional.) The path where the native library is located.

Return Value

MklProvider
A reference to the provider.

See Also