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

Function outer

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

Source from the content-addressed store, hash-verified

448 return EvalIterator::index() - convert_index<StorageIndex>(XprIsRowMajor ? m_block.startCol() : m_block.startRow());
449 }
450 inline Index outer() const {
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

Callers 4

InnerIteratorClass · 0.70
rowMethod · 0.70
colMethod · 0.70
indexMethod · 0.70

Calls 2

startRowMethod · 0.45
startColMethod · 0.45

Tested by

no test coverage detected