MklProvider.TryLoadManaged 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: 10.0.0
C#
public static bool TryLoadManaged(
	out MklProvider provider,
	string? libraryPath = null
)

Parameters

provider  MklProvider
When this method returns, 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