Math.NET Numerics
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Christoph Ruegg 8639df292f FFT: experimental implementation with test for complex-complex inplace forward FFT 10 years ago
..
mkl_build.sh FFT: experimental implementation with test for complex-complex inplace forward FFT 10 years ago
readme.txt Native: update linux build for MKL 11.3 11 years ago

readme.txt

Install MKL:
tar -zxvf l_mkl_11.3.0.109.tgz
sudo ./install.sh
Make sure to include IA32 as well

Install g++:
sudo apt-get install g++ g++-multilib libc6-dev-i386

Build:
./mkl_build.sh