View source on GitHub |
TensorFlow Probability ODE solvers.
Classes
class BDF
: Backward differentiation formula (BDF) solver for stiff ODEs.
class ChosenBySolver
: Sentinel used to modify the behaviour of the solve
method of a solver.
class Diagnostics
: Diagnostics returned by a Solver.
class DormandPrince
: Dormand-Prince explicit solver for non-stiff ODEs.
class Results
: Results returned by a Solver.
class Solver
: Base class for an ODE solver.