Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PX4/eigen
/ size
Method
size
Eigen/src/SparseCore/CompressedStorage.h:109–109 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
107
}
108
109
inline Index size() const { return m_size; }
110
inline Index allocatedSize() const { return m_allocatedSize; }
111
inline void clear() { m_size = 0; }
112
Callers
1
CompressedStorage
Class · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected