aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/I02_HiPerformance.dox
diff options
context:
space:
mode:
Diffstat (limited to 'doc/I02_HiPerformance.dox')
-rw-r--r--doc/I02_HiPerformance.dox2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/I02_HiPerformance.dox b/doc/I02_HiPerformance.dox
index d7a02fb5c..ab6cdfd44 100644
--- a/doc/I02_HiPerformance.dox
+++ b/doc/I02_HiPerformance.dox
@@ -79,7 +79,7 @@ temp = m2 * m3;
m1 += temp.adjoint(); \endcode</td>
<td>\code
m1.noalias() += m3.adjoint()
-* * m2.adjoint(); \endcode</td>
+* * m2.adjoint(); \endcode</td>
<td>This is because the product expression has the EvalBeforeNesting bit which
enforces the evaluation of the product by the Tranpose expression.</td>
</tr>