MCPcopy Create free account
hub / github.com/HiLab-git/SimpleCRF / outer

Function outer

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

Source from the content-addressed store, hash-verified

486
487 inline StorageIndex index() const { return EvalIterator::index() - convert_index<StorageIndex>(XprIsRowMajor ? m_block.startCol() : m_block.startRow()); }
488 inline Index outer() const { return EvalIterator::outer() - (XprIsRowMajor ? m_block.startRow() : m_block.startCol()); }
489 inline Index row() const { return EvalIterator::row() - m_block.startRow(); }
490 inline Index col() const { return EvalIterator::col() - m_block.startCol(); }
491

Callers 2

InnerIteratorClass · 0.70
indexMethod · 0.70

Calls 2

startRowMethod · 0.45
startColMethod · 0.45

Tested by

no test coverage detected