Added script front-end for primer-design code
[htsworkflow.git] / htswanalysis / MACS / lib / gsl / gsl-1.11 / siman / TODO
1 * Reorganize siman interfaces to allow iterative use.
2
3 * Maybe the routines can be made to work with pointers instead of structs
4   so that only pointer manipulation is done by the siman algorithm and
5   there is no need for malloc. A call would look something like 
6   siman(&start,&result, ...)