| 93 | const typename internal::remove_all<NestedExpressionType>::type& |
| 94 | EIGEN_DEVICE_FUNC |
| 95 | nestedExpression() const |
| 96 | { |
| 97 | return m_expression; |
| 98 | } |
| 99 | |
| 100 | /** Forwards the resizing request to the nested expression |
| 101 | * \sa DenseBase::resize(Index) */ |
no outgoing calls
no test coverage detected