mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-13 20:26:03 +08:00
fix a doxygen issue
(grafted from 774bb9d6f7a33e7d1890dd8e4c7bbe5a2bdbf03e )
This commit is contained in:
parent
fcc41f1b9a
commit
e154c87504
@ -1013,7 +1013,8 @@ inline int log2(int x)
|
||||
|
||||
/** \returns the square root of \a x.
|
||||
*
|
||||
* It is essentially equivalent to \code using std::sqrt; return sqrt(x); \endcode,
|
||||
* It is essentially equivalent to
|
||||
* \code using std::sqrt; return sqrt(x); \endcode
|
||||
* but slightly faster for float/double and some compilers (e.g., gcc), thanks to
|
||||
* specializations when SSE is enabled.
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user