package zelus

  1. Overview
  2. Docs

Module Node_baseSource

Sourceval debug : bool ref
Sourceval log_info : string -> float -> unit
Sourcetype status =
  1. | Interpolate
  2. | Success of float
  3. | RootsFound
  4. | Horizon of float
  5. | Cascade
  6. | StopTimeReached
  7. | TimeHasPassed
  8. | Error
Sourcetype 'b return = {
  1. time : float;
  2. status : status;
  3. result : 'b;
}
Sourcemodule Ode23Solver : sig ... end
Sourcemodule Ode45Solver : sig ... end
Sourceval solve_ode23 : (Ztypes.cstate -> (Ztypes.time * 'a, 'b) Ztypes.node) -> float -> (float * 'a, 'b return) Ztypes.node
Sourceval solve_ode45 : (Ztypes.cstate -> (Ztypes.time * 'a, 'b) Ztypes.node) -> float -> (float * 'a, 'b return) Ztypes.node
OCaml

Innovation. Community. Security.