MklProvider.LoadMixed Method

Loads the mixed mode Intel® MKL based provider from the specified path.

Definition

Namespace: Numerics.NET.Providers
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
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