MCPcopy Create free account
hub / github.com/PX4/eigen / CompressedStorage

Method CompressedStorage

Eigen/src/SparseCore/CompressedStorage.h:35–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 public:
34
35 CompressedStorage()
36 : m_values(0), m_indices(0), m_size(0), m_allocatedSize(0)
37 {}
38
39 explicit CompressedStorage(Index size)
40 : m_values(0), m_indices(0), m_size(0), m_allocatedSize(0)

Callers

nothing calls this directly

Calls 1

resizeFunction · 0.70

Tested by

no test coverage detected