symplectic.ml1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20# 1 "src/ode/symplectic/symplectic.ml" (* * OWL - OCaml Scientific and Engineering Computing * OWL-ODE - Ordinary Differential Equation Solvers * * Copyright (c) 2019 Ta-Chu Kao <tck29@cam.ac.uk> * Copyright (c) 2019 Marcello Seri <m.seri@rug.nl> *) module Generic = struct include Owl_ode_base.Symplectic_generic end module S = struct include Symplectic_s end module D = struct include Symplectic_d end