Mkl Provider.Load Mixed 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.2
C#
A reference to the provider.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
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
MklProviderA reference to the provider.
Remarks
The mixed mode provider was written in C++/CLI
and is the preferred provider on Microsoft Windows platforms.