Added script front-end for primer-design code
[htsworkflow.git] / htswanalysis / MACS / lib / gsl / gsl-1.11 / cblas / TODO
1 use macros so that all complex arithmetic can use native complex types if compiler supports them
2
3 make sure double/float are replaced by BASE everywhere
4 well... not _everywhere_; internal accumulations should
5 be done in double always; there's no reason not too,
6 it's safer and maybe even faster [GJ]
7
8 gbmv_c  :  use conj*imag instead of having branches form Trans & ConjTrans