Пример #1
0
 /// <summary>
 /// Try to use the OpenBLAS native provider for linear algebra.
 /// </summary>
 /// <returns>
 /// True if the provider was found and initialized successfully.
 /// False if it failed and the previous provider is still active.
 /// </returns>
 public static bool TryUseNativeOpenBLAS() => OpenBlasLinearAlgebraControl.TryUseNativeOpenBLAS();