summaryrefslogtreecommitdiff
path: root/lib/GSL/gsl-aux.h
diff options
context:
space:
mode:
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