package gsl

  1. Overview
  2. Docs

Module Multimin.NoDerivSource

Sourcetype kind =
  1. | NM_SIMPLEX
Sourcetype t
Sourceval make : kind -> int -> Fun.multim_fun -> x:Vector.vector -> step_size:Vector.vector -> t
Sourceval name : t -> string
Sourceval iterate : t -> unit
Sourceval minimum : ?x:Vector.vector -> t -> float
Sourceval size : t -> float
Sourceval test_size : t -> float -> bool