package owl-ode

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

Innovation. Community. Security.