package zelus

  1. Overview
  2. Docs
A synchronous language with ODEs

Install

dune-project
 Dependency

Authors

Maintainers

Sources

2.1.tar.gz
sha256=cb0f7bacc33a4bb425683e2def67359fcf6d402545a32f7f953c4822a9a01862
md5=83fb886e4b14ce286e7a6eb59248be4b

doc/zelus/Odexx/Ode23/index.html

Module Odexx.Ode23Source

Sourcetype t
Sourcetype nvec
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.