File: TODO

package info (click to toggle)
gsl-doc 2.3-1
  • links: PTS
  • area: non-free
  • in suites: buster
  • size: 27,748 kB
  • ctags: 15,177
  • sloc: ansic: 235,014; sh: 11,585; makefile: 925
file content (22 lines) | stat: -rw-r--r-- 617 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# -*- org -*-
#+CATEGORY: eigen

* Merge improvements from SVD qrstep to eigen - these should be
  combined somehow as we only need one version of them.

* dlae2.f  has better handling of 2x2 eigenvalues than our qrstep.c

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