package zelus

  1. Overview
  2. Docs

Module IllinoisSource

include Zls.ZEROC_SOLVER
Sourcetype t
Sourcetype zcfn = float -> Zls.carray -> Zls.carray -> unit
Sourceval initialize : int -> zcfn -> Zls.carray -> t
Sourceval initialize_only : int -> zcfn -> Zls.carray -> t
Sourceval reinitialize : t -> float -> Zls.carray -> unit
Sourceval step : t -> float -> Zls.carray -> unit
Sourceval takeoff : t -> bool
Sourceval has_roots : t -> bool
Sourceval find : t -> ((float -> int -> unit) * Zls.carray) -> Zls.zarray -> float