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

Function isRValue

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

Source from the content-addressed store, hash-verified

179 Index innerSize() const { return (int(Flags)&RowMajorBit) ? this->cols() : this->rows(); }
180
181 bool isRValue() const { return m_isRValue; }
182 Derived& markAsRValue() { m_isRValue = true; return derived(); }
183
184 SparseMatrixBase() : m_isRValue(false) { /* TODO check flags */ }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected