Module Gsl_multiroot.Deriv


module Deriv: sig .. end


type kind =
| HYBRIDSJ
| HYBRIDJ
| NEWTON
| GNEWTON
type t 
val make : kind ->
int -> Gsl_fun.multi_fun_fdf -> Gsl_vector.vector -> t
val name : t -> string
val iterate : t -> unit
val root : t -> Gsl_vector.vector -> unit
val get_state : t ->
?x:Gsl_vector.vector ->
?f:Gsl_vector.vector ->
?j:Gsl_matrix.matrix -> ?dx:Gsl_vector.vector -> unit -> unit
val test_delta : t -> epsabs:float -> epsrel:float -> bool
val test_residual : t -> epsabs:float -> bool