Mkl Provider Of Single.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.SinglePrecision (in Numerics.NET.SinglePrecision.dll) Version: 9.0.1
C#
true if the provider was successfully created; otherwise false.
Assembly: Numerics.NET.SinglePrecision (in Numerics.NET.SinglePrecision.dll) Version: 9.0.1
public static bool TryLoadManaged(
out MklProviderOfSingle provider,
string libraryPath = null
)
Parameters
- provider MklProviderOfSingle
- 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.