summaryrefslogtreecommitdiff
path: root/lib/GSL/gsl-aux.h
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2007-09-28 12:25:56 +0000
committerAlberto Ruiz <aruiz@um.es>2007-09-28 12:25:56 +0000
commit3815bc25f62124063e02af83fe3c907336dc86f5 (patch)
tree50fddcf4e66780272fdddf5515540e0f5d200feb /lib/GSL/gsl-aux.h
parent74e7d42263b196c22d1f5da3d51beec69071600d (diff)
algorithms interface reorganized
Diffstat (limited to 'lib/GSL/gsl-aux.h')
-rw-r--r--lib/GSL/gsl-aux.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/GSL/gsl-aux.h b/lib/GSL/gsl-aux.h
index dd1a247..3ccac25 100644
--- a/lib/GSL/gsl-aux.h
+++ b/lib/GSL/gsl-aux.h
@@ -52,8 +52,6 @@ int integrate_qags(double f(double,void*), double a, double b, double prec, int
52 52
53int polySolve(KRVEC(a), CVEC(z)); 53int polySolve(KRVEC(a), CVEC(z));
54 54
55int matrix_fscanf(char*filename, RMAT(a));
56
57int minimize(double f(int, double*), double tolsize, int maxit, 55int minimize(double f(int, double*), double tolsize, int maxit,
58 KRVEC(xi), KRVEC(sz), RMAT(sol)); 56 KRVEC(xi), KRVEC(sz), RMAT(sol));
59 57