mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-01 09:42:01 +08:00
fix:typo in dox (has->have)
(cherry picked from commit 02a0e79c701da7aa8dfad79b13cd1e7fae46d634)
This commit is contained in:
parent
c0c7b695cd
commit
7adc1545b4
@ -157,7 +157,7 @@ const unsigned int DirectAccessBit = 0x40;
|
|||||||
/** \deprecated \ingroup flags
|
/** \deprecated \ingroup flags
|
||||||
*
|
*
|
||||||
* means the first coefficient packet is guaranteed to be aligned.
|
* means the first coefficient packet is guaranteed to be aligned.
|
||||||
* An expression cannot has the AlignedBit without the PacketAccessBit flag.
|
* An expression cannot have the AlignedBit without the PacketAccessBit flag.
|
||||||
* In other words, this means we are allow to perform an aligned packet access to the first element regardless
|
* In other words, this means we are allow to perform an aligned packet access to the first element regardless
|
||||||
* of the expression kind:
|
* of the expression kind:
|
||||||
* \code
|
* \code
|
||||||
|
Loading…
x
Reference in New Issue
Block a user