A library to make as simple as possible the use of gsl.
Only Vector and Matrix with elements of type double are implemented yet.
git clone https://github.com/MrFish1604/easygsl.git
cd easy_gsl/
sudo make install
In your source:
#include <easy_gsl/easy_gsl.h>
Compile with:
g++ [src.cpp] /usr/lib/easy_gsl/easy_gsl.a -lgsl