diff options
author | Alberto Ruiz <aruiz@um.es> | 2009-06-08 07:53:34 +0000 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2009-06-08 07:53:34 +0000 |
commit | 34de6154086224a0e9f774bd8a2ab804d78e8a10 (patch) | |
tree | 788b49f8889a166db2fb61365afedf7ac2c29bf6 /lib/Numeric/GSL/gsl-aux.h | |
parent | 7697c6dc27fd0d9601728af576e8d7b9d1c800ee (diff) |
included all GSL minimization methods
Diffstat (limited to 'lib/Numeric/GSL/gsl-aux.h')
-rw-r--r-- | lib/Numeric/GSL/gsl-aux.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/Numeric/GSL/gsl-aux.h b/lib/Numeric/GSL/gsl-aux.h index c9fd546..881d0d0 100644 --- a/lib/Numeric/GSL/gsl-aux.h +++ b/lib/Numeric/GSL/gsl-aux.h | |||
@@ -38,13 +38,3 @@ int integrate_qags(double f(double,void*), double a, double b, double prec, int | |||
38 | 38 | ||
39 | int polySolve(KRVEC(a), CVEC(z)); | 39 | int polySolve(KRVEC(a), CVEC(z)); |
40 | 40 | ||
41 | int minimize(double f(int, double*), double tolsize, int maxit, | ||
42 | KRVEC(xi), KRVEC(sz), RMAT(sol)); | ||
43 | |||
44 | int minimizeWithDeriv(int method, double f(int, double*), void df(int, double*, double*), | ||
45 | double initstep, double minimpar, double tolgrad, int maxit, | ||
46 | KRVEC(xi), RMAT(sol)); | ||
47 | |||
48 | int root(int method, void f(int, double*, int, double*), | ||
49 | double epsabs, int maxit, | ||
50 | KRVEC(xi), RMAT(sol)); | ||