Matrix calculation in C++# Programming - 葵花宝典
e*l
1 楼
I'm migrating my MATLAB codes into C++ to speed up the calculation. Can
anyone recommend me some libraries for linear algebra?
I am considering the following choices:
1. uBLAS in the BOOST library
2. GNU Scientific Library (GSL)
3. Copy the codes from Numerical Recipes
Does anyone know which one is better? Or any other suggestions? Thanks
.
anyone recommend me some libraries for linear algebra?
I am considering the following choices:
1. uBLAS in the BOOST library
2. GNU Scientific Library (GSL)
3. Copy the codes from Numerical Recipes
Does anyone know which one is better? Or any other suggestions? Thanks
.