diff --git a/doc/TopicLinearAlgebraDecompositions.dox b/doc/TopicLinearAlgebraDecompositions.dox
index 12fb74052..adaa6cf35 100644
--- a/doc/TopicLinearAlgebraDecompositions.dox
+++ b/doc/TopicLinearAlgebraDecompositions.dox
@@ -10,7 +10,7 @@ namespace Eigen {
|
Generic information, not Eigen-specific |
- Eigen-specific |
+ Eigen-specific |
@@ -136,20 +136,20 @@ namespace Eigen {
SelfAdjointEigenSolver |
Self-adjoint |
- Fast |
+ Fast, depends on condition number |
Good |
Yes |
Eigenvalues/vectors |
- |
Good |
- Soon: specializations for 2x2 and 3x3 |
+ Soon: specializations for 2x2 and 3x3 |
ComplexEigenSolver |
Square |
- Slow |
- TODO Jitse answer this |
+ Slow, depends on condition number |
+ Depends on condition number |
Yes |
Eigenvalues/vectors |
- |
@@ -160,19 +160,19 @@ namespace Eigen {
EigenSolver |
Square and real |
- Average |
- TODO Jitse answer this |
+ Average, depends on condition number |
+ Depends on condition number |
Yes |
Eigenvalues/vectors |
- |
- Average |
+ TODO Jitse answer this |
- |
GeneralizedSelfAdjointEigenSolver |
Square |
- Fast |
+ Fast, depends on condition number |
Depends on condition number |
- |
Generalized eigenvalues/vectors |
@@ -184,8 +184,8 @@ namespace Eigen {
RealSchur |
Square and real |
- TODO Jitse answer this |
- TODO Jitse answer this |
+ Average, depends on condition number |
+ Depends on condition number |
Yes |
- |
- |
@@ -193,6 +193,18 @@ namespace Eigen {
- |
+
+ ComplexSchur |
+ Square and real |
+ Slow, depends on condition number |
+ Depends on condition number |
+ Yes |
+ - |
+ - |
+ Average |
+ - |
+
+
UpperBidiagonalization |
rows >= columns |
@@ -214,7 +226,7 @@ namespace Eigen {
- |
- |
Good |
- Soon: blocking |
+ Soon: blocking |
@@ -226,7 +238,7 @@ namespace Eigen {
- |
- |
Good |
- Soon: blocking |
+ Soon: blocking |