Expression of a coefficient wise version of the C++ ternary operator ?:
| ConditionMatrixType | the type of the condition expression which must be a boolean matrix |
| ThenMatrixType | the type of the then expression |
| ElseMatrixType | the type of the else expression |
This class represents an expression of a coefficient wise version of the C++ ternary operator ?:. It is the return type of DenseBase::select() and most of the time this is the only way it is used.

Public Types | |
| typedef internal::dense_xpr_base < Select >::type | Base |
Public Member Functions | |
| Select (const ConditionMatrixType &conditionMatrix, const ThenMatrixType &thenMatrix, const ElseMatrixType &elseMatrix) | |
| Index | rows () const |
| Index | cols () const |
| const Scalar | coeff (Index i, Index j) const |
| const Scalar | coeff (Index i) const |
| const ConditionMatrixType & | conditionMatrix () const |
| const ThenMatrixType & | thenMatrix () const |
| const ElseMatrixType & | elseMatrix () const |
Protected Attributes | |
| const ConditionMatrixType::Nested | m_condition |
| const ThenMatrixType::Nested | m_then |
| const ElseMatrixType::Nested | m_else |
| typedef internal::dense_xpr_base<Select>::type Eigen::Select::Base |
| Eigen::Select::Select | ( | const ConditionMatrixType & | conditionMatrix, |
| const ThenMatrixType & | thenMatrix, | ||
| const ElseMatrixType & | elseMatrix | ||
| ) | [inline] |
| const Scalar Eigen::Select::coeff | ( | Index | i, |
| Index | j | ||
| ) | const [inline] |
| const ConditionMatrixType& Eigen::Select::conditionMatrix | ( | ) | const [inline] |
| const ElseMatrixType& Eigen::Select::elseMatrix | ( | ) | const [inline] |
| const ThenMatrixType& Eigen::Select::thenMatrix | ( | ) | const [inline] |
const ConditionMatrixType::Nested Eigen::Select::m_condition [protected] |
const ElseMatrixType::Nested Eigen::Select::m_else [protected] |
const ThenMatrixType::Nested Eigen::Select::m_then [protected] |
| Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011 |