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

/external/eigen/Eigen/src/Core/util/
H A DConstants.h124 * Note that DirectAccessBit and LvalueBit are mutually orthogonal, as there are examples of expression having one but note
126 * \li writable expressions that don't have a very simple memory layout as a strided array, have LvalueBit but not DirectAccessBit
127 * \li Map-to-const expressions, for example Map<const Matrix>, have DirectAccessBit but not LvalueBit
129 * Expressions having LvalueBit also have their coeff() method returning a const reference instead of returning a new value.
131 const unsigned int LvalueBit = 0x20; member in namespace:Eigen
140 * See the comment on LvalueBit for an explanation of how LvalueBit and DirectAccessBit are mutually orthogonal.

Completed in 78 milliseconds