aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/TopicLinearAlgebraDecompositions.dox
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2010-10-19 15:25:00 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2010-10-19 15:25:00 +0200
commit6d8e7d68e483a06f23a32d6891529430eef856c8 (patch)
tree9dcc3b931293a638a88c42ab7370edb0aec710cd /doc/TopicLinearAlgebraDecompositions.dox
parent9e3005d552a88563746f3ee22552cfce69fd5958 (diff)
factorize CSS code, make use of the "manual" class when appropriate, clean the style of the big linear algebra table
Diffstat (limited to 'doc/TopicLinearAlgebraDecompositions.dox')
-rw-r--r--doc/TopicLinearAlgebraDecompositions.dox36
1 files changed, 18 insertions, 18 deletions
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
-<table border="1">
+<table class="manual-vl">
<tr>
- <td></td>
- <td colspan="5" align="center">Generic information, not Eigen-specific</td>
- <td colspan="3" align="center">Eigen-specific</td>
+ <th class="meta"></th>
+ <th class="meta" colspan="5">Generic information, not Eigen-specific</th>
+ <th class="meta" colspan="3">Eigen-specific</th>
</tr>
<tr>
- <td>Decomposition</td>
- <td>Requirements on the matrix</td>
- <td>Speed</td>
- <td>Algorithm reliability and accuracy</td>
- <td>Rank-revealing</td>
- <td>Allows to compute (besides linear solving)</td>
- <td>Linear solver provided by Eigen</td>
- <td>Maturity of Eigen's implementation</td>
- <td>Optimizations</td>
+ <th>Decomposition</th>
+ <th>Requirements on the matrix</th>
+ <th>Speed</th>
+ <th>Algorithm reliability and accuracy</th>
+ <th>Rank-revealing</th>
+ <th>Allows to compute (besides linear solving)</th>
+ <th>Linear solver provided by Eigen</th>
+ <th>Maturity of Eigen's implementation</th>
+ <th>Optimizations</th>
</tr>
<tr>
@@ -37,7 +37,7 @@ namespace Eigen {
<td>Blocking</td>
</tr>
- <tr>
+ <tr class="alt">
<td>FullPivLU</td>
<td>-</td>
<td>Slow</td>
@@ -61,7 +61,7 @@ namespace Eigen {
<td>Blocking</td>
</tr>
- <tr>
+ <tr class="alt">
<td>ColPivHouseholderQR</td>
<td>-</td>
<td>Fast</td>
@@ -85,7 +85,7 @@ namespace Eigen {
<td>-</td>
</tr>
- <tr>
+ <tr class="alt">
<td>LLT</td>
<td>Positive definite</td>
<td>Very fast</td>
@@ -109,7 +109,7 @@ namespace Eigen {
<td><em>Soon: blocking</em></td>
</tr>
- <tr><td colspan="9">\n Singular values and eigenvalues decompositions</td></tr>
+ <tr><th class="inter" colspan="9">\n Singular values and eigenvalues decompositions</th></tr>
<tr>
<td>JacobiSVD (two-sided)</td>
@@ -171,7 +171,7 @@ namespace Eigen {
<td>-</td>
</tr>
- <tr><td colspan="9">\n Helper decompositions</td></tr>
+ <tr><th class="inter" colspan="9">\n Helper decompositions</th></tr>
<tr>
<td>RealSchur</td>