SciPy

scipy.integrate.DenseOutput.__call__

DenseOutput.__call__(self, t)[source]

Evaluate the interpolant.

Parameters
tfloat or array_like with shape (n_points,)

Points to evaluate the solution at.

Returns
yndarray, shape (n,) or (n, n_points)

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

Previous topic

scipy.integrate.DenseOutput

Next topic

scipy.integrate.OdeSolution