Added script front-end for primer-design code
[htsworkflow.git] / htswanalysis / MACS / lib / gsl / gsl-1.11 / roots / TODO
1 * Add an inline version of the iterate method for speed? Perhaps not,
2 the time taken for each iteration surely dominated by the convergence
3 test.
4
5 * Numerical derivatives? Maybe have a function to manufacture an fdf
6 from an f and optionally a df. (We'll need to approximate the
7 derivative if it is not provided; this is something which should be
8 done outside the root finding package.)
9