aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/integrate/README.md
blob: beae6993b9d181f08877aea7479db1415bbfed75 (plain)
1
2
3
4
5
6
7
8
9
# Integration and ODE solvers for TensorFlow

TensorFlow equivalents to the routines provided by `scipy.integrate`. Currently
contains a single function, `odeint`, for integrating ordinary differential
equations.

Maintainers:
- Stephan Hoyer (shoyer@google.com, github.com/shoyer)
- Marc Coram (mcoram@google.com, github.com/mcoram)