Forwards the resizing request to the nested expression * \sa DenseBase::resize(Index) */
| 196 | /** Forwards the resizing request to the nested expression |
| 197 | * \sa DenseBase::resize(Index) */ |
| 198 | EIGEN_DEVICE_FUNC |
| 199 | void resize(Index newSize) { m_expression.resize(newSize); } |
| 200 | /** Forwards the resizing request to the nested expression |
| 201 | * \sa DenseBase::resize(Index,Index)*/ |
| 202 | EIGEN_DEVICE_FUNC |