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

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

Completed in 68 milliseconds