Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/Core/
DArrayWrapper.h54 >::type ScalarWithConstIfNotLvalue;
73 inline ScalarWithConstIfNotLvalue* data() { return m_expression.data(); }
152 >::type ScalarWithConstIfNotLvalue;
171 inline ScalarWithConstIfNotLvalue* data() { return m_expression.data(); }
DMapBase.h244 >::type ScalarWithConstIfNotLvalue; typedef
249 …inline ScalarWithConstIfNotLvalue* data() { return this->m_data; } // no const-cast here so non-co… in data()
252 inline ScalarWithConstIfNotLvalue& coeffRef(Index row, Index col) in coeffRef()
258 inline ScalarWithConstIfNotLvalue& coeffRef(Index index) in coeffRef()
DDiagonal.h103 >::type ScalarWithConstIfNotLvalue;
106 …inline ScalarWithConstIfNotLvalue* data() { return &(m_matrix.coeffRef(rowOffset(), colOffset()));…
DTranspose.h132 >::type ScalarWithConstIfNotLvalue;
134 …EIGEN_DEVICE_FUNC inline ScalarWithConstIfNotLvalue* data() { return derived().nestedExpression().…