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

Function SparseVector

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

Source from the content-addressed store, hash-verified

283 void resizeNonZeros(Index size) { m_data.resize(size); }
284
285 inline SparseVector() : m_size(0) { resize(0); }
286
287 explicit inline SparseVector(Index size) : m_size(0) { resize(size); }
288

Callers

nothing calls this directly

Calls 1

resizeFunction · 0.70

Tested by

no test coverage detected