{ } Raw JSON

bundles / scipy 1.17.1 / scipy / integrate / _ivp / base / DenseOutput

class

scipy.integrate._ivp.base:DenseOutput

source: /scipy/integrate/_ivp/base.py :237

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 : float

Time range of the interpolation.

Aliases

  • scipy.integrate.DenseOutput