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

Method resize

cvxpy/cvxcore/include/Eigen/src/Core/ArrayWrapper.h:102–103  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

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

Callers 1

resizeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected