Skip to content

MrFish1604/easygsl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

easygsl

A library to make as simple as possible the use of gsl.

Only Vector and Matrix with elements of type double are implemented yet.

How to install

git clone https://github.com/MrFish1604/easygsl.git
cd easy_gsl/
sudo make install

How to use

In your source:

#include <easy_gsl/easy_gsl.h>

Compile with:

g++ [src.cpp] /usr/lib/easy_gsl/easy_gsl.a -lgsl