scipy.integrate.DenseOutput.

__call__#

DenseOutput.__call__(t)[source]#

評估內插器。

參數:
tfloat 或形狀為 (n_points,) 的類陣列

評估解的點。

返回:
yndarray,形狀為 (n,) 或 (n, n_points)

計算值。形狀取決於 t 是純量還是 1 維陣列。