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

Function col

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

Source from the content-addressed store, hash-verified

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; }
457};

Callers 4

rowMethod · 0.85
reverseInPlaceMethod · 0.85
unwindMethod · 0.85
colMethod · 0.85

Calls 1

startColMethod · 0.45

Tested by

no test coverage detected