| 138 | const typename internal::remove_all<NestedExpressionType>::type& |
| 139 | EIGEN_DEVICE_FUNC |
| 140 | nestedExpression() const |
| 141 | { |
| 142 | return m_expression; |
| 143 | } |
| 144 | |
| 145 | /** Forwards the resizing request to the nested expression |
| 146 | * \sa DenseBase::resize(Index) */ |
no outgoing calls
no test coverage detected