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

Function reserve

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

*/

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

reserveMethod · 0.45

Tested by

no test coverage detected