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

Method isRValue

Eigen/src/SparseCore/SparseMatrixBase.h:189–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187 Index innerSize() const { return (int(Flags)&RowMajorBit) ? this->cols() : this->rows(); }
188
189 bool isRValue() const { return m_isRValue; }
190 Derived& markAsRValue() { m_isRValue = true; return derived(); }
191
192 SparseMatrixBase() : m_isRValue(false) { /* TODO check flags */ }

Callers 4

SparseVector.hFile · 0.45
assign_sparse_to_sparseFunction · 0.45
SparseMatrixClass · 0.45
SparseMatrix.hFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected