scipy.integrate.DenseOutput.

__call__#

DenseOutput.__call__(t)[source]#

评估插值函数。

参数:
tfloat 或形状为 (n_points,) 的类数组

要评估解的点。

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

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