Search
The results of the computation of an individual Runge-Kutta step
@type t() :: %Integrator.AdaptiveStepsize.ComputedStep{ k_vals: Nx.t(), options_comp: Nx.t(), t_new: Nx.t(), x_new: Nx.t() }