| 483 | |
| 484 | inline StorageIndex index() const { return EvalIterator::index() - convert_index<StorageIndex>(XprIsRowMajor ? m_block.startCol() : m_block.startRow()); } |
| 485 | inline Index outer() const { return EvalIterator::outer() - (XprIsRowMajor ? m_block.startRow() : m_block.startCol()); } |
| 486 | inline Index row() const { return EvalIterator::row() - m_block.startRow(); } |
| 487 | inline Index col() const { return EvalIterator::col() - m_block.startCol(); } |
| 488 |
no test coverage detected