todo

来自「math library from gnu」· 代码 · 共 18 行

TXT
18
字号
* dlae2.f  has better handling of 2x2 eigenvalues than our qrstep.c* Document Jacobi eigen function, in particular that it only works forsymmetric matrices.* add support for nonsymmv left eigenvectors?:  gsl_eigen_nonsymmv_params(const int lr)  to specify whether we should compute left/right eigenvectors (or both).  If they want both, we'll need a new function:  gsl_eigen_nonsymmv_lr(..., evec_r, evec_l, ...)  and  gsl_eigen_nonsymmv_lr_Z(...)

⌨️ 快捷键说明

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