lsode 0.2.1

Solve systems of differntial equations using LSODE subroutine from ODEPACK written in Fortran.
Documentation
1
2
3
4
5
6
7
8
9
10
# Solve systems of differential equations

Look inside tests for use cases.

Works on stiff ODEs.

# ODEPACK

I obtained the ODEPACK code that is present in this repository from [here](http://www.netlib.org/odepack/).
I do not know what the licensing of the original ODEPACK code is, I assume it is released to the public domain.