MCPcopy Create free account
hub / github.com/TinyMPC/TinyMPC / col

Function col

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

Source from the content-addressed store, hash-verified

485 inline Index outer() const { return EvalIterator::outer() - (XprIsRowMajor ? m_block.startRow() : m_block.startCol()); }
486 inline Index row() const { return EvalIterator::row() - m_block.startRow(); }
487 inline Index col() const { return EvalIterator::col() - m_block.startCol(); }
488
489 inline operator bool() const { return EvalIterator::operator bool() && EvalIterator::index() < m_end; }
490};

Callers 1

rowMethod · 0.70

Calls 1

startColMethod · 0.45

Tested by

no test coverage detected