aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/TopicLinearAlgebraDecompositions.dox
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2011-10-14 21:21:38 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2011-10-14 21:21:38 +0200
commitc1170d2e9305620e01c22bad30cc1e65ae695f0d (patch)
tree5c764f2e122e252b756bc9a5f9b8f1bbc2aac5b0 /doc/TopicLinearAlgebraDecompositions.dox
parent3fce43a70425702e687a0d1ba463526fea59db5b (diff)
update the decomposition catalogue
Diffstat (limited to 'doc/TopicLinearAlgebraDecompositions.dox')
-rw-r--r--doc/TopicLinearAlgebraDecompositions.dox10
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/TopicLinearAlgebraDecompositions.dox b/doc/TopicLinearAlgebraDecompositions.dox
index 5684a495f..faa564b93 100644
--- a/doc/TopicLinearAlgebraDecompositions.dox
+++ b/doc/TopicLinearAlgebraDecompositions.dox
@@ -34,7 +34,7 @@ namespace Eigen {
<td>-</td>
<td>Yes</td>
<td>Excellent</td>
- <td>Blocking</td>
+ <td>Blocking, Implicit MT</td>
</tr>
<tr class="alt">
@@ -94,7 +94,7 @@ namespace Eigen {
<td>-</td>
<td>Yes</td>
<td>Excellent</td>
- <td>Blocking \n <em>Soon: meta unroller</em></td>
+ <td>Blocking</td>
</tr>
<tr>
@@ -132,7 +132,7 @@ namespace Eigen {
<td>Eigenvalues/vectors</td>
<td>-</td>
<td>Good</td>
- <td><em>Soon: specializations for 2x2 and 3x3</em></td>
+ <td><em>Closed forms for 2x2 and 3x3</em></td>
</tr>
<tr>
@@ -245,6 +245,10 @@ namespace Eigen {
<dt><b>Blocking</b></dt>
<dd>Means the algorithm can work per block, whence guaranteeing a good scaling of the performance for large matrices.</dd>
+ <dt><b>Implicit Multi Threading (MT)</b></dt>
+ <dd>Means the algorithm can take advantage of multicore processors via OpenMP. "Implicit" means the algortihm itself is not parallelized, but that it relies on parallelized matrix-matrix product rountines.</dd>
+ <dt><b>Explicit Multi Threading (MT)</b></dt>
+ <dd>Means the algorithm is explicitely parallelized to take advantage of multicore processors via OpenMP.</dd>
<dt><b>Meta-unroller</b></dt>
<dd>Means the algorithm is automatically and explicitly unrolled for very small fixed size matrices.</dd>
<dt><b></b></dt>