summaryrefslogtreecommitdiff
path: root/gsl-1.9/roots/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'gsl-1.9/roots/TODO')
-rw-r--r--gsl-1.9/roots/TODO9
1 files changed, 9 insertions, 0 deletions
diff --git a/gsl-1.9/roots/TODO b/gsl-1.9/roots/TODO
new file mode 100644
index 0000000..06f17c5
--- /dev/null
+++ b/gsl-1.9/roots/TODO
@@ -0,0 +1,9 @@
+* Add an inline version of the iterate method for speed? Perhaps not,
+the time taken for each iteration surely dominated by the convergence
+test.
+
+* Numerical derivatives? Maybe have a function to manufacture an fdf
+from an f and optionally a df. (We'll need to approximate the
+derivative if it is not provided; this is something which should be
+done outside the root finding package.)
+