I am completely unfamiliar with programming mathematics and numerical analysis, and I searched all over the Internet for the libraries I need.
I came across CLAPACK, Boost :: uBLAS, ATLAS. I need to solve SLE (a system of linear equations), so I assume that BLAS alone would not be sufficient without some LAPACK implementation.
None of them have a simple and intuitive way to work on the Windows platform.
Were there any recommendations?
Intel MKL seems tempting, but I can’t buy it because it is an academic project.
As far as I understand, the best way is to use Cygwin and compile ATLAS for my system and use the LAPACK extension.
Thanks in advance for any thoughts.
EDIT
I decided to use Eigen and try Intel MKL under Linux once.
Also, this is apparently a good overview of the possible options http://gears.aset.psu.edu/hpc/software/numlib/
source
share