This repository implements the Gauss-Legendre integrator into the framework of Scipy.
Installation can be done using pip
. If your working directory is .
then do
pip install . -U
Alternatively, using ssh from git with
pip install git+ssh://[email protected]/Schoyen/gauss-integrator.git -U