package gsl

  1. Overview
  2. Docs

Module Multimin.DerivSource

Sourcetype kind =
  1. | CONJUGATE_FR
  2. | CONJUGATE_PR
  3. | VECTOR_BFGS
  4. | VECTOR_BFGS2
  5. | STEEPEST_DESCENT
Sourcetype t
Sourceval make : kind -> int -> Fun.multim_fun_fdf -> x:Vector.vector -> step:float -> tol:float -> t
Sourceval name : t -> string
Sourceval iterate : t -> unit
Sourceval restart : t -> unit
Sourceval minimum : ?x:Vector.vector -> ?dx:Vector.vector -> ?g:Vector.vector -> t -> float
Sourceval test_gradient : t -> float -> bool