MCPcopy Create free account
hub / github.com/TheRealMJP/BakingLab / outer

Function outer

Externals/eigen/Eigen/src/SparseCore/SparseBlock.h:385–385  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

383
384 inline Index index() const { return Base::index() - (IsRowMajor ? m_block.m_startCol.value() : m_block.m_startRow.value()); }
385 inline Index outer() const { return Base::outer() - (IsRowMajor ? m_block.m_startRow.value() : m_block.m_startCol.value()); }
386 inline Index row() const { return Base::row() - m_block.m_startRow.value(); }
387 inline Index col() const { return Base::col() - m_block.m_startCol.value(); }
388

Callers 5

outerMethod · 0.85
rowMethod · 0.85
colMethod · 0.85
indexMethod · 0.85

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected