having just reached the most basic interface for the solver suite, the next steps are to actually implement the dode for dense output and finally the iode for the iterator.
Clearly the next steps is to make the dense output which will require re-implementing the variable size output I removed from the ODE.jl.
having just reached the most basic interface for the solver suite, the next steps are to actually implement the
dode
for dense output and finally theiode
for the iterator.Clearly the next steps is to make the dense output which will require re-implementing the variable size output I removed from the
ODE.jl
.