mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Fix ~40 typos found by codespell across the codebase
libeigen/eigen!2181 Co-authored-by: Rasmus Munk Larsen <rmlarsen@gmail.com>
This commit is contained in:
@@ -81,7 +81,7 @@ m1 += temp.adjoint(); \endcode</td>
|
||||
m1.noalias() += m3.adjoint()
|
||||
* * 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>
|
||||
enforces the evaluation of the product by the Transpose expression.</td>
|
||||
</tr>
|
||||
<tr class="alt">
|
||||
<td>\code
|
||||
|
||||
Reference in New Issue
Block a user