Mkl Provider.Try Load Managed Method
Attempts to load 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#
true if the provider was successfully created; otherwise false.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public static bool TryLoadManaged(
out MklProvider provider,
string? libraryPath = null
)
Parameters
- provider MklProvider
- On return, the provider, if successful.
- libraryPath String (Optional)
- (Optional.) The path where the native library is located.
Return Value
Booleantrue if the provider was successfully created; otherwise false.