package owl-ode

  1. Overview
  2. Docs

Module Owl_ode.Native_sSource

Sourcemodule Euler : Types.SolverT with type s = mat and type t = mat and type output = mat * mat
Sourcemodule Midpoint : Types.SolverT with type s = mat and type t = mat and type output = mat * mat
Sourcemodule RK4 : Types.SolverT with type s = mat and type t = mat and type output = mat * mat
Sourcemodule RK23 : Types.SolverT with type s = mat and type t = mat and type output = mat * mat

Default tol = 1e-7

Sourcemodule RK45 : Types.SolverT with type s = mat and type t = mat and type output = mat * mat
Sourceval to_state_array : ?axis:int -> (int * int) -> mat -> mat array
OCaml

Innovation. Community. Security.