MCPcopy Create free account
hub / github.com/PX4/eigen / SparseVector

Function SparseVector

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

Source from the content-addressed store, hash-verified

257 void resizeNonZeros(Index size) { m_data.resize(size); }
258
259 inline SparseVector() : m_size(0) { check_template_parameters(); resize(0); }
260
261 explicit inline SparseVector(Index size) : m_size(0) { check_template_parameters(); resize(size); }
262

Callers

nothing calls this directly

Calls 1

resizeFunction · 0.70

Tested by

no test coverage detected