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

Function row

Eigen/src/SparseCore/SparseBlock.h:522–522  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

520 inline StorageIndex index() const { return EvalIterator::index() - convert_index<StorageIndex>(IsRowMajor ? m_block.startCol() : m_block.startRow()); }
521 inline Index outer() const { return EvalIterator::outer() - (IsRowMajor ? m_block.startRow() : m_block.startCol()); }
522 inline Index row() const { return EvalIterator::row() - m_block.startRow(); }
523 inline Index col() const { return EvalIterator::col() - m_block.startCol(); }
524
525 inline operator bool() const { return EvalIterator::operator bool() && EvalIterator::index() < m_end; }

Callers 1

colMethod · 0.70

Calls 1

startRowMethod · 0.45

Tested by

no test coverage detected