Home
last modified time | relevance | path

Searched refs:m_currentBlockRows (Results 1 – 1 of 1) sorted by relevance

/external/eigen/Eigen/src/Core/
DCommaInitializer.h34 : m_xpr(xpr), m_row(0), m_col(1), m_currentBlockRows(1) in CommaInitializer()
42 : m_xpr(xpr), m_row(0), m_col(other.cols()), m_currentBlockRows(other.rows()) in CommaInitializer()
52 : m_xpr(o.m_xpr), m_row(o.m_row), m_col(o.m_col), m_currentBlockRows(o.m_currentBlockRows) { in CommaInitializer()
56 const_cast<CommaInitializer&>(o).m_currentBlockRows = 0; in CommaInitializer()
65 m_row+=m_currentBlockRows;
67 m_currentBlockRows = 1;
73 eigen_assert(m_currentBlockRows==1);
83 if (m_col==m_xpr.cols() && (other.cols()!=0 || other.rows()!=m_currentBlockRows))
85 m_row+=m_currentBlockRows;
87 m_currentBlockRows = other.rows();
[all …]