package owl-ode

  1. Overview
  2. Docs

Module Symplectic.DSource

include module type of struct include Symplectic_d end
Sourcemodule Symplectic_Euler = Symplectic_d.Symplectic_Euler
Sourcemodule PseudoLeapfrog = Symplectic_d.PseudoLeapfrog
Sourcemodule Leapfrog = Symplectic_d.Leapfrog
Sourceval symplectic_euler : (module Types.Solver with type f = (mat * mat) -> float -> mat and type solve_output = mat * mat * mat and type state = mat * mat and type step_output = (mat * mat) * float)
Sourceval leapfrog : (module Types.Solver with type f = (mat * mat) -> float -> mat and type solve_output = mat * mat * mat and type state = mat * mat and type step_output = (mat * mat) * float)
Sourceval pseudoleapfrog : (module Types.Solver with type f = (mat * mat) -> float -> mat and type solve_output = mat * mat * mat and type state = mat * mat and type step_output = (mat * mat) * float)
Sourceval ruth3 : (module Types.Solver with type f = (mat * mat) -> float -> mat and type solve_output = mat * mat * mat and type state = mat * mat and type step_output = (mat * mat) * float)
Sourceval ruth4 : (module Types.Solver with type f = (mat * mat) -> float -> mat and type solve_output = mat * mat * mat and type state = mat * mat and type step_output = (mat * mat) * float)
Sourceval to_state_array : ?axis:int -> (int * int) -> mat -> mat -> mat array * mat array
OCaml

Innovation. Community. Security.