package zelus

  1. Overview
  2. Docs
include Zls.ZEROC_SOLVER
type t
type zcfn = float -> Zls.carray -> Zls.carray -> unit
val initialize : int -> zcfn -> Zls.carray -> t
val initialize_only : int -> zcfn -> Zls.carray -> t
val reinitialize : t -> float -> Zls.carray -> unit
val step : t -> float -> Zls.carray -> unit
val takeoff : t -> bool
val has_roots : t -> bool
val find : t -> ((float -> int -> unit) * Zls.carray) -> Zls.zarray -> float