mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-01-12 14:25:16 +08:00
fix:typo in dox (has->have)
This commit is contained in:
parent
9816fe59b4
commit
02a0e79c70
@ -157,7 +157,7 @@ const unsigned int DirectAccessBit = 0x40;
|
||||
/** \deprecated \ingroup flags
|
||||
*
|
||||
* 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
|
||||
* of the expression kind:
|
||||
* \code
|
||||
|
Loading…
Reference in New Issue
Block a user