Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ErrorAtLine0/infinipaint
/ SparseVector
Function
SparseVector
include/Eigen/src/SparseCore/SparseVector.h:257–257 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
255
void resizeNonZeros(Index size) { m_data.resize(size); }
256
257
inline SparseVector() : m_size(0) { resize(0); }
258
259
explicit inline SparseVector(Index size) : m_size(0) { resize(size); }
260
Callers
nothing calls this directly
Calls
2
resize
Function · 0.70
swap
Method · 0.45
Tested by
no test coverage detected