Searched refs:m_then (Results 1 - 1 of 1) sorted by relevance

/external/eigen/Eigen/src/Core/
H A DSelect.h66 : m_condition(a_conditionMatrix), m_then(a_thenMatrix), m_else(a_elseMatrix)
68 eigen_assert(m_condition.rows() == m_then.rows() && m_condition.rows() == m_else.rows());
69 eigen_assert(m_condition.cols() == m_then.cols() && m_condition.cols() == m_else.cols());
78 return m_then.coeff(i,j);
86 return m_then.coeff(i);
98 return m_then;
108 typename ThenMatrixType::Nested m_then; member in class:Eigen::Select

Completed in 442 milliseconds