module NoDeriv:sig
..end
type
kind =
| |
HYBRIDS |
| |
HYBRID |
| |
DNEWTON |
| |
BROYDEN |
type
t
val make : kind ->
int -> Gsl_fun.multi_fun -> 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 -> ?dx:Gsl_vector.vector -> unit -> unit
val test_delta : t -> epsabs:float -> epsrel:float -> bool
val test_residual : t -> epsabs:float -> bool