Skip to content

hickford/mathnet-numerics-native

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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();
  • The native library can also be placed in your current PATH or in the system PATH. However, it is much easier to just to place it in the same directory as the executable.

About

Native Providers for Math.NET Numerics (obsolete, now included in mainline repo)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 97.7%
  • F# 1.6%
  • C++ 0.4%
  • HTML 0.1%
  • C 0.1%
  • Roff 0.1%