MCPcopy Create free account
hub / github.com/Derious/cuMPC / reserve

Function reserve

dependence/eigen-3.4.0/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 4

SparseMatrix.hFile · 0.85
setBlockStructureMethod · 0.85
setFromTripletsMethod · 0.85

Calls 1

reserveMethod · 0.45

Tested by

no test coverage detected