{ } Raw JSON

bundles / scipy latest / scipy / integrate / _ivp / common / OdeSolution / __call__

function

scipy.integrate._ivp.common:OdeSolution.__call__

source: /scipy/integrate/_ivp/common.py :214

Signature

def   __call__ ( self t )

Summary

Evaluate the solution.

Parameters

t : float or array_like with shape (n_points,)

Points to evaluate at.

Returns

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.

Aliases

  • scipy.integrate.OdeSolution.__call__