Home
last modified time | relevance | path

Searched refs:ScalarWithConstIfNotLvalue (Results 1 – 5 of 5) sorted by relevance

/external/eigen/Eigen/src/Core/
DArrayWrapper.h47 >::type ScalarWithConstIfNotLvalue;
58 inline ScalarWithConstIfNotLvalue* data() { return m_expression.data(); }
160 >::type ScalarWithConstIfNotLvalue;
171 inline ScalarWithConstIfNotLvalue* data() { return m_expression.data(); }
DMapBase.h196 >::type ScalarWithConstIfNotLvalue; typedef
199 …inline ScalarWithConstIfNotLvalue* data() { return this->m_data; } // no const-cast here so non-co… in data()
201 inline ScalarWithConstIfNotLvalue& coeffRef(Index row, Index col) in coeffRef()
206 inline ScalarWithConstIfNotLvalue& coeffRef(Index index) in coeffRef()
DTranspose.h115 >::type ScalarWithConstIfNotLvalue;
117 inline ScalarWithConstIfNotLvalue* data() { return derived().nestedExpression().data(); }
120 inline ScalarWithConstIfNotLvalue& coeffRef(Index row, Index col)
126 inline ScalarWithConstIfNotLvalue& coeffRef(Index index)
DSwap.h47 >::type ScalarWithConstIfNotLvalue;
49 inline ScalarWithConstIfNotLvalue* data() { return m_expression.data(); }
DDiagonal.h95 >::type ScalarWithConstIfNotLvalue;
97 …inline ScalarWithConstIfNotLvalue* data() { return &(m_matrix.const_cast_derived().coeffRef(rowOff…