scipy.integrate.OdeSolution. __call__# OdeSolution.__call__(t)[source]# 評估解。 參數: tfloat 或形狀為 (n_points,) 的類陣列要評估的點。 回傳: yndarray,形狀為 (n_states,) 或 (n_states, n_points)計算值。形狀取決於 t 是純量還是 1 維陣列。