package owl-ode

  1. Overview
  2. Docs
module Symplectic_Euler : Types.SolverT with type s = mat * mat and type t = mat and type output = mat * mat * mat
module PseudoLeapfrog : Types.SolverT with type s = mat * mat and type t = mat and type output = mat * mat * mat
module Leapfrog : Types.SolverT with type s = mat * mat and type t = mat and type output = mat * mat * mat
module Ruth3 : Types.SolverT with type s = mat * mat and type t = mat and type output = mat * mat * mat
module Ruth4 : Types.SolverT with type s = mat * mat and type t = mat and type output = mat * mat * mat
val to_state_array : ?axis:int -> (int * int) -> mat -> mat -> mat array * mat array
OCaml

Innovation. Community. Security.