OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_else
(Results
1 - 1
of
1
) sorted by null
/external/eigen/Eigen/src/Core/
Select.h
66
: m_condition(conditionMatrix), m_then(thenMatrix),
m_else
(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());
80
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
Completed in 417 milliseconds