summaryrefslogtreecommitdiff
path: root/gsl-1.9/cblas/TODO
blob: deb2a5fbb4b0f5255c26be50a6e3a736a6de8c02 (plain)
1
2
3
4
5
6
7
8
use macros so that all complex arithmetic can use native complex types if compiler supports them

make sure double/float are replaced by BASE everywhere
well... not _everywhere_; internal accumulations should
be done in double always; there's no reason not too,
it's safer and maybe even faster [GJ]

gbmv_c  :  use conj*imag instead of having branches form Trans & ConjTrans