MCPcopy Create free account
hub / github.com/ErrorAtLine0/infinipaint / reserve

Function reserve

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

*/

Source from the content-addressed store, hash-verified

184 /**
185 */
186 inline void reserve(Index reserveSize) { m_data.reserve(reserveSize); }
187
188 inline void finalize() {}
189

Callers

nothing calls this directly

Calls 1

reserveMethod · 0.45

Tested by

no test coverage detected