HomeSort by relevance Sort by last modified time
    Searched refs:ScalarWithConstIfNotLvalue (Results 1 - 4 of 4) sorted by null

  /external/eigen/Eigen/src/Core/
ArrayWrapper.h 54 >::type ScalarWithConstIfNotLvalue;
73 inline ScalarWithConstIfNotLvalue* data() { return m_expression.data(); }
152 >::type ScalarWithConstIfNotLvalue;
171 inline ScalarWithConstIfNotLvalue* data() { return m_expression.data(); }
MapBase.h 244 >::type ScalarWithConstIfNotLvalue;
249 inline ScalarWithConstIfNotLvalue* data() { return this->m_data; } // no const-cast here so non-const-correct code will give a compile error
252 inline ScalarWithConstIfNotLvalue& coeffRef(Index row, Index col)
258 inline ScalarWithConstIfNotLvalue& coeffRef(Index index)
Diagonal.h 103 >::type ScalarWithConstIfNotLvalue;
106 inline ScalarWithConstIfNotLvalue* data() { return &(m_matrix.coeffRef(rowOffset(), colOffset())); }
Transpose.h 132 >::type ScalarWithConstIfNotLvalue;
134 EIGEN_DEVICE_FUNC inline ScalarWithConstIfNotLvalue* data() { return derived().nestedExpression().data(); }

Completed in 171 milliseconds