package zelus

  1. Overview
  2. Docs

Module DefaultsolverSource

include module type of struct include Solvers.Ode45 end
Sourceval cmake : int -> nvec
Sourceval unvec : nvec -> Zls.carray
Sourcetype rhsfn = float -> Zls.carray -> Zls.carray -> unit
Sourcetype dkyfn = nvec -> float -> int -> unit
Sourceval initialize : rhsfn -> nvec -> t
Sourceval reinitialize : t -> float -> nvec -> unit
Sourceval step : t -> float -> nvec -> float
Sourceval get_dky : t -> dkyfn
Sourceval set_stop_time : t -> float -> unit
Sourceval set_min_step : t -> float -> unit
Sourceval set_max_step : t -> float -> unit
Sourceval set_tolerances : t -> float -> float -> unit
OCaml

Innovation. Community. Security.