utils.solver.Solution

utils.solver.Solution(t, y)

Minimal container for the output of a fixed-step integrator.

Parameters

t : (ndarray, shape(n_steps))

Time axis.

y : (ndarray, shape(n_steps, n_vars))

State trajectory; row i is the state at t[i].