blob: 6bc18e672937bb9d68cb7d7ecd9096ed85a1a3e5 [file] [log] [blame]
* Document Jacobi eigen function, in particular that it only works for
symmetric 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(...)