View Source Integrator.AdaptiveStepsize.ComputedStep (Integrator v0.1.3)

The results of the computation of an individual Runge-Kutta step

Summary

Types

@type t() :: %Integrator.AdaptiveStepsize.ComputedStep{
  k_vals: Nx.t(),
  options_comp: Nx.t(),
  t_new: Nx.t(),
  x_new: Nx.t()
}