Mkl Provider Of Single.Try Load Managed Method
Attempts to load the pure managed 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#
true if the provider was successfully created; otherwise false.
Assembly: Extreme.Numerics.SinglePrecision (in Extreme.Numerics.SinglePrecision.dll) Version: 8.1.4
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.