summaryrefslogtreecommitdiff
path: root/gsl-1.9/cblas/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'gsl-1.9/cblas/TODO')
-rw-r--r--gsl-1.9/cblas/TODO8
1 files changed, 8 insertions, 0 deletions
diff --git a/gsl-1.9/cblas/TODO b/gsl-1.9/cblas/TODO
new file mode 100644
index 0000000..deb2a5f
--- /dev/null
+++ b/gsl-1.9/cblas/TODO
@@ -0,0 +1,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