MklProvider.LoadMixed Method

Loads the mixed mode 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 LoadMixed(
	string libraryPath = null,
	string baseName = null
)

Parameters

libraryPath  String  (Optional)
(Optional.) The path where the native library is located.
baseName  String  (Optional)
(Optional.) The name of the assembly to load.

Return Value

MklProvider
A reference to the provider.

Remarks

The mixed mode provider was written in C++/CLI and is the preferred provider on Microsoft Windows platforms.

See Also