summaryrefslogtreecommitdiff
path: root/gsl-1.9/siman/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'gsl-1.9/siman/TODO')
-rw-r--r--gsl-1.9/siman/TODO6
1 files changed, 6 insertions, 0 deletions
diff --git a/gsl-1.9/siman/TODO b/gsl-1.9/siman/TODO
new file mode 100644
index 0000000..ba605ac
--- /dev/null
+++ b/gsl-1.9/siman/TODO
@@ -0,0 +1,6 @@
+* Reorganize siman interfaces to allow iterative use.
+
+* Maybe the routines can be made to work with pointers instead of structs
+ so that only pointer manipulation is done by the siman algorithm and
+ there is no need for malloc. A call would look something like
+ siman(&start,&result, ...)