From 6d8e7d68e483a06f23a32d6891529430eef856c8 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Tue, 19 Oct 2010 15:25:00 +0200 Subject: factorize CSS code, make use of the "manual" class when appropriate, clean the style of the big linear algebra table --- doc/TopicLinearAlgebraDecompositions.dox | 36 ++++++++++++++++---------------- 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'doc/TopicLinearAlgebraDecompositions.dox') diff --git a/doc/TopicLinearAlgebraDecompositions.dox b/doc/TopicLinearAlgebraDecompositions.dox index 203a05dd8..0e410efcb 100644 --- a/doc/TopicLinearAlgebraDecompositions.dox +++ b/doc/TopicLinearAlgebraDecompositions.dox @@ -5,24 +5,24 @@ namespace Eigen { \section TopicLinAlgBigTable Catalogue of decompositions offered by Eigen - +
- - - + + + - - - - - - - - - + + + + + + + + + @@ -37,7 +37,7 @@ namespace Eigen { - + @@ -61,7 +61,7 @@ namespace Eigen { - + @@ -85,7 +85,7 @@ namespace Eigen { - + @@ -109,7 +109,7 @@ namespace Eigen { - + @@ -171,7 +171,7 @@ namespace Eigen { - + -- cgit v1.2.3
Generic information, not Eigen-specificEigen-specificGeneric information, not Eigen-specificEigen-specific
DecompositionRequirements on the matrixSpeedAlgorithm reliability and accuracyRank-revealingAllows to compute (besides linear solving)Linear solver provided by EigenMaturity of Eigen's implementationOptimizationsDecompositionRequirements on the matrixSpeedAlgorithm reliability and accuracyRank-revealingAllows to compute (besides linear solving)Linear solver provided by EigenMaturity of Eigen's implementationOptimizations
Blocking
FullPivLU - SlowBlocking
ColPivHouseholderQR - Fast-
LLT Positive definite Very fastSoon: blocking
\n Singular values and eigenvalues decompositions
\n Singular values and eigenvalues decompositions
JacobiSVD (two-sided)-
\n Helper decompositions
\n Helper decompositions
RealSchur