Searched defs:LinearAccessBit (Results 1 - 1 of 1) sorted by relevance

/external/eigen/Eigen/src/Core/util/
H A DConstants.h106 * (row,col)-based access. Expressions for which that isn't possible don't have the LinearAccessBit.
108 * If both PacketAccessBit and LinearAccessBit are set, then the
112 * Typically, all vector expressions have the LinearAccessBit, but there is one exception:
115 * not index-based packet access, so they don't have the LinearAccessBit.
117 const unsigned int LinearAccessBit = 0x10; member in namespace:Eigen

Completed in 79 milliseconds