MCPcopy Create free account
hub / github.com/dblalock/bolt / SparseVector

Function SparseVector

cpp/src/external/eigen/src/SparseCore/SparseVector.h:227–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225 void resizeNonZeros(Index size) { m_data.resize(size); }
226
227 inline SparseVector() : m_size(0) { check_template_parameters(); resize(0); }
228
229 explicit inline SparseVector(Index size) : m_size(0) { check_template_parameters(); resize(size); }
230

Callers

nothing calls this directly

Calls 1

resizeFunction · 0.70

Tested by

no test coverage detected