コード例 #1
0
ファイル: Control.cs プロジェクト: grovesNL/mathnet-numerics
 /// <summary>
 /// Use the OpenBLAS native provider for linear algebra.
 /// Throws if it is not available or failed to initialize, in which case the previous provider is still active.
 /// </summary>
 public static void UseNativeOpenBLAS()
 {
     LinearAlgebraProvider = new Providers.LinearAlgebra.OpenBlas.OpenBlasLinearAlgebraProvider();
 }
コード例 #2
0
ファイル: Control.cs プロジェクト: MaLiN2223/mathnet-numerics
 /// <summary>
 /// Use the OpenBLAS native provider for linear algebra.
 /// Throws if it is not available or failed to initialize, in which case the previous provider is still active.
 /// </summary>
 public static void UseNativeOpenBLAS()
 {
     LinearAlgebraProvider = new Providers.LinearAlgebra.OpenBlas.OpenBlasLinearAlgebraProvider();
 }