Added script front-end for primer-design code
[htsworkflow.git] / htswanalysis / MACS / lib / gsl / gsl-1.11 / eigen / TODO
1
2 * dlae2.f  has better handling of 2x2 eigenvalues than our qrstep.c
3
4 * Document Jacobi eigen function, in particular that it only works for
5 symmetric matrices.
6
7 * add support for nonsymmv left eigenvectors?:
8
9   gsl_eigen_nonsymmv_params(const int lr)
10
11   to specify whether we should compute left/right eigenvectors (or both).
12
13   If they want both, we'll need a new function:
14
15   gsl_eigen_nonsymmv_lr(..., evec_r, evec_l, ...)
16   and
17   gsl_eigen_nonsymmv_lr_Z(...)