MklProvider.TryLoadManaged Method

Attempts to load the pure managed Intel® MKL based provider from the specified path.

Definition

Namespace: Extreme.Providers
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
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

Boolean
true if the provider was successfully created; otherwise false.

See Also