package owl-ode

  1. Overview
  2. Docs

Module Symplectic.SSource

Sourcemodule Symplectic_Euler : sig ... end
Sourcemodule PseudoLeapfrog : sig ... end
Sourcemodule Leapfrog : sig ... end
Sourcemodule Ruth3 : sig ... end
Sourcemodule Ruth4 : sig ... end
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.