MCPcopy Create free account
hub / github.com/dblalock/bolt / SparseMatrixBase

Function SparseMatrixBase

cpp/src/external/eigen/src/SparseCore/SparseMatrixBase.h:184–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182 Derived& markAsRValue() { m_isRValue = true; return derived(); }
183
184 SparseMatrixBase() : m_isRValue(false) { /* TODO check flags */ }
185
186
187 template<typename OtherDerived>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected