Module Multiroot.NoDeriv

module NoDeriv: sig .. end

type kind = 
| HYBRIDS
| HYBRID
| DNEWTON
| BROYDEN
type t 
val make : kind ->
int -> Fun.multi_fun -> Vector.vector -> t
val name : t -> string
val iterate : t -> unit
val root : t -> Vector.vector -> unit
val get_state : t ->
?x:Vector.vector -> ?f:Vector.vector -> ?dx:Vector.vector -> unit -> unit
val test_delta : t -> epsabs:float -> epsrel:float -> bool
val test_residual : t -> epsabs:float -> bool