MCPcopy Create free account
hub / github.com/TinyMPC/TinyMPC / resize

Method resize

include/Eigen/Eigen/src/Core/ArrayWrapper.h:198–199  ·  view source on GitHub ↗

Forwards the resizing request to the nested expression * \sa DenseBase::resize(Index) */

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

resizeMethod · 0.45

Tested by

no test coverage detected