summaryrefslogtreecommitdiff
path: root/gsl-1.9/eigen/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'gsl-1.9/eigen/TODO')
-rw-r--r--gsl-1.9/eigen/TODO15
1 files changed, 15 insertions, 0 deletions
diff --git a/gsl-1.9/eigen/TODO b/gsl-1.9/eigen/TODO
new file mode 100644
index 0000000..6bc18e6
--- /dev/null
+++ b/gsl-1.9/eigen/TODO
@@ -0,0 +1,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(...)