package gsl

  1. Overview
  2. Docs

Module Multiroot.NoDerivSource

Sourcetype kind =
  1. | HYBRIDS
  2. | HYBRID
  3. | DNEWTON
  4. | BROYDEN
Sourcetype t
Sourceval make : kind -> int -> Fun.multi_fun -> Vector.vector -> t
Sourceval name : t -> string
Sourceval iterate : t -> unit
Sourceval root : t -> Vector.vector -> unit
Sourceval get_state : t -> ?x:Vector.vector -> ?f:Vector.vector -> ?dx:Vector.vector -> unit -> unit
Sourceval test_delta : t -> epsabs:float -> epsrel:float -> bool
Sourceval test_residual : t -> epsabs:float -> bool
OCaml

Innovation. Community. Security.