mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Fix dox and tabbing
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user