Mkl Provider.Load Managed Method
Loads the pure managed 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 LoadManaged(
string? libraryPath = null
)
Parameters
- libraryPath String (Optional)
- (Optional.) The path where the native library is located.
Return Value
MklProviderA reference to the provider.