scipy.integrate.

DenseOutput#

class scipy.integrate.DenseOutput(t_old, t)[源代码]#

常微分方程求解器执行的步骤上的局部内插器的基类。

它在 t_mint_max 之间进行插值(请参阅下面的属性)。不允许在此间隔之外进行评估,但不能保证准确性。

属性:
t_min, t_maxfloat

插值的时间范围。

方法

__call__(t)

评估插值器。