module NoDeriv:sig
..end
type
kind =
| |
NM_SIMPLEX |
type
t
val make : kind ->
int ->
Gsl_fun.multim_fun ->
x:Gsl_vector.vector -> step_size:Gsl_vector.vector -> t
val name : t -> string
val iterate : t -> unit
val minimum : ?x:Gsl_vector.vector -> t -> float
val size : t -> float
val test_size : t -> float -> bool