Mkl Provider Of Single.Load Mixed Method
Loads the mixed mode Intel® MKL based provider
from the specified path.
Definition
Namespace: Extreme.Providers
Assembly: Extreme.Numerics.SinglePrecision (in Extreme.Numerics.SinglePrecision.dll) Version: 8.1.4
C#
A reference to the provider.
Assembly: Extreme.Numerics.SinglePrecision (in Extreme.Numerics.SinglePrecision.dll) Version: 8.1.4
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.