@ -13,7 +13,7 @@ Tell the Math.NET Numerics library to use the MKL provider by adding this line t
MathNet.Numerics.Control.LinearAlgebraProvider = new MathNet.Numerics.Algorithms.LinearAlgebra.Mkl.MklLinearAlgebraProvider();
ACML (Windows)
Install ACML on your system (we are using v4.4) -http://developer.amd.com/cpu/Libraries/acml/Pages/default.aspx
Install the Intel Fortran version of ACML on your system (we are using v4.4) -http://developer.amd.com/cpu/Libraries/acml/Pages/default.aspx
Open the NativeWrappers.sln in VS 2010 under \src\NativeWrappers\Windows .
Open the Configuration Manager and select either the 32-bit or 64-bit solution platform.
Right click on the ACMLWrapper project and update the ACML include directory under C/C++/General and the library directory under Linker/General to point to your ACML installation.