Forwards the resizing request to the nested expression * \sa DenseBase::resize(Index) */
| 102 | /** Forwards the resizing request to the nested expression |
| 103 | * \sa DenseBase::resize(Index) */ |
| 104 | EIGEN_DEVICE_FUNC |
| 105 | void resize(Index newSize) { m_expression.resize(newSize); } |
| 106 | /** Forwards the resizing request to the nested expression |
| 107 | * \sa DenseBase::resize(Index,Index)*/ |
| 108 | EIGEN_DEVICE_FUNC |