scipy.integrate.OdeSolution. __call__# OdeSolution.__call__(t)[source]# 评估解。 参数: tfloat 或形状为 (n_points,) 的类数组要评估的点。 返回值: yndarray,形状 (n_states,) 或 (n_states, n_points)计算值。形状取决于 t 是标量还是一维数组。