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

Method resize

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

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

Source from the content-addressed store, hash-verified

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

Callers 1

resizeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected