Skip to content
This repository has been archived by the owner on May 11, 2022. It is now read-only.

Latest commit

 

History

History
15 lines (9 loc) · 315 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 315 Bytes

gsl-modules

This is a collection of GSL wrappers written in c++.

I developed them as tools to solve some problems but also as a way to learn c++.

The N-dimensional integrator is quite useful but other than that, most other modules are borderline useless.


Requirements

  1. GSL
  2. C++11