diff options
author | Alberto Ruiz <aruiz@um.es> | 2007-09-28 12:25:56 +0000 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2007-09-28 12:25:56 +0000 |
commit | 3815bc25f62124063e02af83fe3c907336dc86f5 (patch) | |
tree | 50fddcf4e66780272fdddf5515540e0f5d200feb /lib/GSL/gsl-aux.h | |
parent | 74e7d42263b196c22d1f5da3d51beec69071600d (diff) |
algorithms interface reorganized
Diffstat (limited to 'lib/GSL/gsl-aux.h')
-rw-r--r-- | lib/GSL/gsl-aux.h | 2 |
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 | ||
53 | int polySolve(KRVEC(a), CVEC(z)); | 53 | int polySolve(KRVEC(a), CVEC(z)); |
54 | 54 | ||
55 | int matrix_fscanf(char*filename, RMAT(a)); | ||
56 | |||
57 | int minimize(double f(int, double*), double tolsize, int maxit, | 55 | int 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 | ||