bundles / scipy latest / scipy / integrate / _ivp / base / DenseOutput
class
scipy.integrate._ivp.base:DenseOutput
Signature
class DenseOutput ( t_old , t ) Members
Summary
Base class for local interpolant over step made by an ODE solver.
Extended Summary
It interpolates between t_min and t_max (see Attributes below). Evaluation outside this interval is not forbidden, but the accuracy is not guaranteed.
Attributes
t_min, t_max: floatTime range of the interpolation.
Aliases
-
scipy.integrate.DenseOutput