owl_ode
owl_ode copied to clipboard
Owl's Differential Equation Solvers
This fails, despite what the README.md says about integration of matrices: ```ocaml open Owl open Owl_ode let tspec = Types.(T1 { t0 = 0.; duration = 1.; dt = 1E-3...
It looks like the changes to `owl_ode.mli` introduced in https://github.com/owlbarn/owl_ode/pull/14 have made the part of documentation of the Native and Symplectic modules disappear (not the autocompletion or merlin information, just...
The current design does not naturally support integrating odes backwards in time. This will require some thinking about type`tspec` and how it affects the different solvers.
The only thing that prevents us to release the current implementation is the lack of documentation, we should document the interfaces cleanly without sparing details.