scipy.integrate.OdeSolution.

__call__#

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

评估解。

参数:
tfloat 或 array_like,形状为 (n_points,)

要评估的点。

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

计算出的值。形状取决于 t 是标量还是 1-D 数组。