MCPcopy Create free account
hub / github.com/TheRealMJP/BakingLab / SparseVector

Function SparseVector

Externals/eigen/Eigen/src/SparseCore/SparseVector.h:210–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208 void resizeNonZeros(Index size) { m_data.resize(size); }
209
210 inline SparseVector() : m_size(0) { check_template_parameters(); resize(0); }
211
212 inline SparseVector(Index size) : m_size(0) { check_template_parameters(); resize(size); }
213

Callers

nothing calls this directly

Calls 2

resizeFunction · 0.70

Tested by

no test coverage detected