Blame cblas/TODO

Packit 67cb25
# -*- org -*-
Packit 67cb25
#+CATEGORY: cblas
Packit 67cb25
Packit 67cb25
use macros so that all complex arithmetic can use native complex types if compiler supports them
Packit 67cb25
Packit 67cb25
make sure double/float are replaced by BASE everywhere
Packit 67cb25
well... not _everywhere_; internal accumulations should
Packit 67cb25
be done in double always; there's no reason not too,
Packit 67cb25
it's safer and maybe even faster [GJ]
Packit 67cb25
Packit 67cb25
gbmv_c  :  use conj*imag instead of having branches form Trans & ConjTrans