scipy.integrate
OdeSolution.
__call__
Evaluate the solution.
t : float or array_like with shape (n_points,)
Points to evaluate at.
y : ndarray, shape (n_states,) or (n_states, n_points)
Computed values. Shape depends on whether t is a scalar or a 1-d array.
scipy.integrate.OdeSolution
scipy.integrate.odeint