mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-01-30 14:49:36 +08:00
Fix formatting
This commit is contained in:
parent
19876ced76
commit
9623c0c4b9
@ -401,8 +401,8 @@ This also means that, unless specified, if the function \c std::foo is available
|
||||
\link Eigen::rint rint\endlink(a);
|
||||
</td>
|
||||
<td>nearest integer, \n rounding to nearest even in halfway cases</td>
|
||||
<td>built-in generic implementation using <a href="http://en.cppreference.com/w/cpp/numeric/math/rint">\c std::rint</a>
|
||||
or <a href="http://en.cppreference.com/w/c/numeric/math/rint">\c rintf</a>; </td>
|
||||
<td>built-in generic implementation using <a href="http://en.cppreference.com/w/cpp/numeric/math/rint">\c std::rint </a>; \cpp11
|
||||
or <a href="http://en.cppreference.com/w/c/numeric/math/rint">\c rintf </a>; </td>
|
||||
<td>SSE4,AVX (f,d)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
Loading…
Reference in New Issue
Block a user