blob: 3d6ed57823e7d5282d82ff007d290d4ba02f414a (
plain) (
blame)
1
2
3
4
|
pygslodeiv2 provides a Python binding to the Ordinary Differential Equation
integration routines exposed by the odeiv2 interface of GSL - GNU Scientific
Library. The odeiv2 interface allows a user to numerically integrate
(systems of) differential equations.
|