summaryrefslogtreecommitdiff
path: root/gsl-1.9/eigen/TODO
blob: 6bc18e672937bb9d68cb7d7ecd9096ed85a1a3e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

* 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(...)