Mkl Provider Of Single.Load Mixed Method
Loads the mixed mode Intel® MKL based provider
from the specified path.
Definition
Namespace: Numerics.NET.Providers
Assembly: Numerics.NET.SinglePrecision (in Numerics.NET.SinglePrecision.dll) Version: 9.0.1
C#
A reference to the provider.
Assembly: Numerics.NET.SinglePrecision (in Numerics.NET.SinglePrecision.dll) Version: 9.0.1
public static MklProviderOfSingle 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
MklProviderOfSingleA reference to the provider.
Remarks
The mixed mode provider was written in C++/CLI
and is the preferred provider on Microsoft Windows platforms.