todo

来自「GNU Scientific Library,C语言开发的数值方面的函数库」· 代码 · 共 9 行

TXT
9
字号
use macros so that all complex arithmetic can use native complex types if compiler supports themmake sure double/float are replaced by BASE everywherewell... not _everywhere_; internal accumulations shouldbe 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

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?