Quadrature and solving ODEs (verry.integrate
)#
This module provides verified routines for quadrature and solving ordinary differential equations.
Quadrature functions#
|
Cumulatively integrate fun using the composite Simpson's 1/3 rule. |
|
Cumulatively integrate fun using the composite trapezoidal rule. |
Solving initial value problems for ODEs#
Solvers#
Integrators#
Abstract base class for ODE integrators. |
|
Abstract factory for creating |
|
|
Factory for creating |
|
Factory for creating |
Trackers#
|
Abstract base class for trackers. |
Abstract factory for creating |
|
|
Factory for creating |
|
Factory for creating the most obvious |
|
Factory for creating |
|
Factory for creating |
VarEqSolvers#
Abstract base class for solvers of variational equations. |
|
Abstract factory for creating |
|
|
Factory for creating |
|
Factory for creating |
Miscellaneous#
|
Raised by a callback function to abort solvers. |
|
Argument of callback functions passed to |
|
Information obtained when |
|
Argument of callback functions passed to |
|
Information obtained when |
|
Solution of ODEs. |
|
Output of ODE solvers. |
|
Return the Taylor polynomial of the ODE solution. |
|
Return the right-hand side of variational equations. |