mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-06-04 18:54:00 +08:00
Fix dox and tabbing
This commit is contained in:
parent
ba4e886376
commit
d0ee31aea6
@ -38,7 +38,7 @@ The situation with std::vector was even worse (explanation below) so we had to s
|
|||||||
Here is an example:
|
Here is an example:
|
||||||
\code
|
\code
|
||||||
#include<Eigen/StdVector>
|
#include<Eigen/StdVector>
|
||||||
\/* ... *\/
|
/* ... */
|
||||||
std::vector<Eigen::Vector4f,Eigen::aligned_allocator<Eigen::Vector4f> >
|
std::vector<Eigen::Vector4f,Eigen::aligned_allocator<Eigen::Vector4f> >
|
||||||
\endcode
|
\endcode
|
||||||
|
|
||||||
@ -52,7 +52,7 @@ the compiler will compile that particular instance with the default std::allocat
|
|||||||
Here is an example:
|
Here is an example:
|
||||||
\code
|
\code
|
||||||
#include<Eigen/StdVector>
|
#include<Eigen/StdVector>
|
||||||
\/* ... *\/
|
/* ... */
|
||||||
EIGEN_DEFINE_STL_VECTOR_SPECIALIZATION(Matrix2d)
|
EIGEN_DEFINE_STL_VECTOR_SPECIALIZATION(Matrix2d)
|
||||||
std::vector<Eigen::Vector2d>
|
std::vector<Eigen::Vector2d>
|
||||||
\endcode
|
\endcode
|
||||||
|
@ -79,7 +79,7 @@ temp = m2 * m3;
|
|||||||
m1 += temp.adjoint(); \endcode</td>
|
m1 += temp.adjoint(); \endcode</td>
|
||||||
<td>\code
|
<td>\code
|
||||||
m1.noalias() += m3.adjoint()
|
m1.noalias() += m3.adjoint()
|
||||||
* m2.adjoint(); \endcode</td>
|
* * m2.adjoint(); \endcode</td>
|
||||||
<td>This is because the product expression has the EvalBeforeNesting bit which
|
<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 Tranpose expression.</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user