| 182 | Derived& markAsRValue() { m_isRValue = true; return derived(); } |
| 183 | |
| 184 | SparseMatrixBase() : m_isRValue(false) { /* TODO check flags */ } |
| 185 | |
| 186 | |
| 187 | template<typename OtherDerived> |
nothing calls this directly
no outgoing calls
no test coverage detected