package owl-ode

  1. Overview
  2. Docs
Owl's ODE solvers

Install

Dune Dependency

Authors

Maintainers

Sources

v0.1.1.tar.gz
md5=3b619cf391bfbfc8b83b6a5bdbabb593
sha512=e79d8172a601591e754924d6541c85f36b0ba8c8f0f354f59c65c6a2b76dd08a2a1ec816825798ec2e3edb1c1fc223f651840aac8c008e71495c36a781b0daa8

doc/owl-ode/Owl_ode/Native/S/index.html

Module Native.SSource

include module type of struct include Native_s end
Sourcemodule Euler = Native_s.Euler
Sourcemodule Midpoint = Native_s.Midpoint
Sourcemodule RK4 = Native_s.RK4
Sourcemodule RK23 = Native_s.RK23

Default tol = 1e-7

Sourcemodule RK45 = Native_s.RK45
Sourceval euler : (module Types.Solver with type f = mat -> float -> mat and type solve_output = mat * mat and type state = mat and type step_output = mat * float)
Sourceval midpoint : (module Types.Solver with type f = mat -> float -> mat and type solve_output = mat * mat and type state = mat and type step_output = mat * float)
Sourceval rk4 : (module Types.Solver with type f = mat -> float -> mat and type solve_output = mat * mat and type state = mat and type step_output = mat * float)
Sourceval rk23 : tol:float -> dtmax:float -> (module Types.Solver with type f = mat -> float -> mat and type solve_output = mat * mat and type state = mat and type step_output = mat * float * float * bool)
Sourceval rk45 : tol:float -> dtmax:float -> (module Types.Solver with type f = mat -> float -> mat and type solve_output = mat * mat and type state = mat and type step_output = mat * float * float * bool)
Sourceval to_state_array : ?axis:int -> (int * int) -> mat -> mat array
OCaml

Innovation. Community. Security.