MCPcopy Create free account
hub / github.com/ErrorAtLine0/infinipaint / row

Function row

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

Source from the content-addressed store, hash-verified

451 return EvalIterator::outer() - (XprIsRowMajor ? m_block.startRow() : m_block.startCol());
452 }
453 inline Index row() const { return EvalIterator::row() - m_block.startRow(); }
454 inline Index col() const { return EvalIterator::col() - m_block.startCol(); }
455
456 inline operator bool() const { return EvalIterator::operator bool() && EvalIterator::index() < m_end; }

Callers 6

QuickSplitFunction · 0.85
colMethod · 0.85
reverseInPlaceMethod · 0.85
coeff_visitorClass · 0.85
unwindMethod · 0.85
rowMethod · 0.85

Calls 1

startRowMethod · 0.45

Tested by

no test coverage detected