owl_ode icon indicating copy to clipboard operation
owl_ode copied to clipboard

Owl's Differential Equation Solvers

Results 5 owl_ode issues
Sort by recently updated
recently updated
newest added

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...

bug

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...

bug

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.

enhancement
help wanted

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.

enhancement
help wanted