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

Function reserve

cvxpy/cvxcore/include/Eigen/src/SparseCore/SparseVector.h:204–204  ·  view source on GitHub ↗

*/

Source from the content-addressed store, hash-verified

202 /**
203 */
204 inline void reserve(Index reserveSize) { m_data.reserve(reserveSize); }
205
206
207 inline void finalize() {}

Callers 3

getsliceFunction · 0.85
setsliceFunction · 0.85
SparseMatrix.hFile · 0.85

Calls 1

reserveMethod · 0.45

Tested by

no test coverage detected