package owl-ode-odepack

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

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