{ } Raw JSON

bundles / scipy latest / scipy / integrate / _ivp / base / DenseOutput / __call__

function

scipy.integrate._ivp.base:DenseOutput.__call__

source: /scipy/integrate/_ivp/base.py :259

Signature

def   __call__ ( self t )

Summary

Evaluate the interpolant.

Parameters

t : float or array_like with shape (n_points,)

Points to evaluate the solution at.

Returns

y : ndarray, shape (n,) or (n, n_points)

Computed values. Shape depends on whether t was a scalar or a 1-D array.

Aliases

  • scipy.integrate.DenseOutput.__call__