scipy.integrate.DenseOutput.

__call__#

DenseOutput.__call__(t)[源代码]#

评估插值器。

参数:
t浮点数或类数组,形状为 (n_points,)

在这些点上评估解。

返回:
yndarray,形状为 (n,) 或 (n, n_points)

计算值。形状取决于 t 是标量还是一维数组。