gabrielgellner / DiffEQ.jl

Staging Area for a Differential Solver suite in Julia (DEAD)
Other
0 stars 0 forks source link

Roadmap #1

Closed gabrielgellner closed 9 years ago

gabrielgellner commented 9 years ago

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.

gabrielgellner commented 9 years ago

basic dode behavior is implemented.