HomeSort by relevance Sort by last modified time
    Searched refs:m_else (Results 1 - 2 of 2) sorted by null

  /external/eigen/Eigen/src/Core/
Select.h 64 : m_condition(a_conditionMatrix), m_then(a_thenMatrix), m_else(a_elseMatrix)
66 eigen_assert(m_condition.rows() == m_then.rows() && m_condition.rows() == m_else.rows());
67 eigen_assert(m_condition.cols() == m_then.cols() && m_condition.cols() == m_else.cols());
79 return m_else.coeff(i,j);
88 return m_else.coeff(i);
103 return m_else;
109 typename ElseMatrixType::Nested m_else; member in class:Eigen::Select
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorExpr.h 350 : m_condition(a_condition), m_then(a_then), m_else(a_else)
360 const ElseXprType& elseExpression() const { return m_else; }
365 typename ElseXprType::Nested m_else; member in class:Eigen::TensorSelectOp

Completed in 464 milliseconds