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

Function resizeNonZeros

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

Source from the content-addressed store, hash-verified

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

Callers 1

assignDiagonalMethod · 0.85

Calls 1

resizeMethod · 0.45

Tested by

no test coverage detected