package gsl

  1. Overview
  2. Docs

Module Multiroot.DerivSource

Sourcetype kind =
  1. | HYBRIDSJ
  2. | HYBRIDJ
  3. | NEWTON
  4. | GNEWTON
Sourcetype t
Sourceval make : kind -> int -> Fun.multi_fun_fdf -> 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 -> ?j:Matrix.matrix -> ?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.