Home | History | Annotate | Download | only in Core

Lines Matching refs:m_startCol

1021       m_startCol(block.startCol()) 
1034 return m_argImpl.coeff(m_startRow.value() + row, m_startCol.value() + col);
1046 return m_argImpl.coeffRef(m_startRow.value() + row, m_startCol.value() + col);
1059 return m_argImpl.template packet<LoadMode,PacketType>(m_startRow.value() + row, m_startCol.value() + col);
1074 return m_argImpl.template writePacket<StoreMode,PacketType>(m_startRow.value() + row, m_startCol.value() + col, x);
1089 const variable_if_dynamic<Index, (ArgType::ColsAtCompileTime == 1 && BlockCols==1) ? 0 : Dynamic> m_startCol;