mathnet / mathnet-numerics-native

Native Providers for Math.NET Numerics (obsolete, now included in mainline repo)
11 stars 12 forks source link

Native Providers for Math.NET Numerics

To use the native library:

  1. Place the native libraries (i.e. MathNET.Numerics.MKL.dll and libiomp5md.dll) in the same directory as your application's executable.*
  2. In your application code, set the value of Control.LinearAlgebraProvider to the native provider you are using. For example: Control.LinearAlgebraProvider = new MathNet.Numerics.Algorithms.LinearAlgebra.Mkl.MklLinearAlgebraProvider();