package owl-ode

  1. Overview
  2. Docs

Module Owl_ode.Symplectic_dSource

Sourcemodule Symplectic_Euler : Types.SolverT with type s = mat * mat and type t = mat and type output = mat * mat * mat
Sourcemodule PseudoLeapfrog : Types.SolverT with type s = mat * mat and type t = mat and type output = mat * mat * mat
Sourcemodule Leapfrog : Types.SolverT with type s = mat * mat and type t = mat and type output = mat * mat * mat
Sourcemodule Ruth3 : Types.SolverT with type s = mat * mat and type t = mat and type output = mat * mat * mat
Sourcemodule Ruth4 : Types.SolverT with type s = mat * mat and type t = mat and type output = mat * mat * mat
Sourceval to_state_array : ?axis:int -> (int * int) -> mat -> mat -> mat array * mat array