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

/external/eigen/Eigen/src/Core/
H A DArrayWrapper.h47 >::type ScalarWithConstIfNotLvalue; typedef in class:Eigen::ArrayWrapper
58 inline ScalarWithConstIfNotLvalue* data() { return m_expression.const_cast_derived().data(); }
167 >::type ScalarWithConstIfNotLvalue; typedef in class:Eigen::MatrixWrapper
178 inline ScalarWithConstIfNotLvalue* data() { return m_expression.const_cast_derived().data(); }
H A DSwap.h47 >::type ScalarWithConstIfNotLvalue; typedef in class:Eigen::SwapWrapper
49 inline ScalarWithConstIfNotLvalue* data() { return m_expression.data(); }
H A DMapBase.h196 >::type ScalarWithConstIfNotLvalue; typedef in class:Eigen::MapBase
199 inline ScalarWithConstIfNotLvalue* data() { return this->m_data; } // no const-cast here so non-const-correct code will give a compile error
201 inline ScalarWithConstIfNotLvalue& coeffRef(Index row, Index col)
206 inline ScalarWithConstIfNotLvalue& coeffRef(Index index)
H A DTranspose.h116 >::type ScalarWithConstIfNotLvalue; typedef in class:Eigen::TransposeImpl
118 inline ScalarWithConstIfNotLvalue* data() { return derived().nestedExpression().data(); }
121 inline ScalarWithConstIfNotLvalue& coeffRef(Index rowId, Index colId)
127 inline ScalarWithConstIfNotLvalue& coeffRef(Index index)
H A DDiagonal.h96 >::type ScalarWithConstIfNotLvalue; typedef in class:Eigen::Diagonal
98 inline ScalarWithConstIfNotLvalue* data() { return &(m_matrix.const_cast_derived().coeffRef(rowOffset(), colOffset())); }

Completed in 438 milliseconds