Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/Core/
DArrayWrapper.h52 >::type ScalarWithConstIfNotLvalue;
63 inline ScalarWithConstIfNotLvalue* data() { return m_expression.const_cast_derived().data(); }
177 >::type ScalarWithConstIfNotLvalue;
188 inline ScalarWithConstIfNotLvalue* data() { return m_expression.const_cast_derived().data(); }
DMapBase.h197 >::type ScalarWithConstIfNotLvalue; typedef
200 …inline ScalarWithConstIfNotLvalue* data() { return this->m_data; } // no const-cast here so non-co… in data()
202 inline ScalarWithConstIfNotLvalue& coeffRef(Index row, Index col) in coeffRef()
207 inline ScalarWithConstIfNotLvalue& coeffRef(Index index) in coeffRef()
DTranspose.h116 >::type ScalarWithConstIfNotLvalue;
118 inline ScalarWithConstIfNotLvalue* data() { return derived().nestedExpression().data(); }
121 inline ScalarWithConstIfNotLvalue& coeffRef(Index rowId, Index colId)
127 inline ScalarWithConstIfNotLvalue& coeffRef(Index index)
DSwap.h47 >::type ScalarWithConstIfNotLvalue;
49 inline ScalarWithConstIfNotLvalue* data() { return m_expression.data(); }
DDiagonal.h96 >::type ScalarWithConstIfNotLvalue;
98 …inline ScalarWithConstIfNotLvalue* data() { return &(m_matrix.const_cast_derived().coeffRef(rowOff…