Click or drag to resize

ControlTryUseNativeMKL Method

Try to use the Intel MKL native provider for linear algebra.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static bool TryUseNativeMKL()

Return Value

Boolean
True if the provider was found and initialized successfully. False if it failed and the previous provider is still active.
See Also