package owl-ode-odepack

  1. Overview
  2. Docs
Owl's ODE solvers, interface with ODEPACK

Install

Dune Dependency

Authors

Maintainers

Sources

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

doc/owl-ode-odepack/Owl_ode_odepack/index.html

Module Owl_ode_odepackSource

Sourceval lsoda_i : relative_tol:float -> abs_tol:float -> (Owl.Mat.mat -> float -> Owl.Mat.mat) -> Owl.Mat.mat -> Owl_ode.Types.tspec -> unit -> Owl.Mat.mat * Owl.Mat.mat
Sourceval lsoda_s : relative_tol:float -> abs_tol:float -> (Owl.Mat.mat -> float -> Owl.Mat.mat) -> dt:float -> Owl.Mat.mat -> float -> Owl.Mat.mat * float
Sourceval lsoda : relative_tol:float -> abs_tol:float -> (module Owl_ode.Types.Solver with type f = Owl.Mat.mat -> float -> Owl.Mat.mat and type solve_output = Owl.Mat.mat * Owl.Mat.mat and type state = Owl.Mat.mat and type step_output = Owl.Mat.mat * float)
Sourcemodule Lsoda : Owl_ode.Types.Solver with type state = Owl.Mat.mat and type f = Owl.Mat.mat -> float -> Owl.Mat.mat and type step_output = Owl.Mat.mat * float and type solve_output = Owl.Mat.mat * Owl.Mat.mat
OCaml

Innovation. Community. Security.