Home | History | Annotate | Download | only in Core

Lines Matching refs:m_col

34     : m_xpr(xpr), m_row(0), m_col(1), m_currentBlockRows(1)
42 : m_xpr(xpr), m_row(0), m_col(other.cols()), m_currentBlockRows(other.rows())
52 : m_xpr(o.m_xpr), m_row(o.m_row), m_col(o.m_col), m_currentBlockRows(o.m_currentBlockRows) {
55 const_cast<CommaInitializer&>(o).m_col = m_xpr.cols();
63 if (m_col==m_xpr.cols())
66 m_col = 0;
71 eigen_assert(m_col<m_xpr.cols()
74 m_xpr.coeffRef(m_row, m_col++) = s;
83 if (m_col==m_xpr.cols() && (other.cols()!=0 || other.rows()!=m_currentBlockRows))
86 m_col = 0;
91 eigen_assert((m_col + other.cols() <= m_xpr.cols())
95 (m_row, m_col, other.rows(), other.cols()) = other;
96 m_col += other.cols();
119 && m_col == m_xpr.cols()
126 Index m_col; // current col id