From a06cd0fb13f6f1dc47427b47aa0696fd5dbcb0bc Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Tue, 29 Jun 2010 20:59:23 +0200 Subject: it remains only to set the status of RealSchur and EigenSolver --- doc/TopicLinearAlgebraDecompositions.dox | 38 +++++++++++++++++++++----------- 1 file changed, 25 insertions(+), 13 deletions(-) (limited to 'doc/TopicLinearAlgebraDecompositions.dox') 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 -- cgit v1.2.3