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 |
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< ConditionMatrixType, ThenMatrixType, ElseMatrixType >::Base |
| Eigen::Select< ConditionMatrixType, ThenMatrixType, ElseMatrixType >::Select | ( | const ConditionMatrixType & | conditionMatrix, |
| const ThenMatrixType & | thenMatrix, | ||
| const ElseMatrixType & | elseMatrix | ||
| ) | [inline] |
| const Scalar Eigen::Select< ConditionMatrixType, ThenMatrixType, ElseMatrixType >::coeff | ( | Index | i, |
| Index | j | ||
| ) | const [inline] |
| const Scalar Eigen::Select< ConditionMatrixType, ThenMatrixType, ElseMatrixType >::coeff | ( | Index | i | ) | const [inline] |
| Index Eigen::Select< ConditionMatrixType, ThenMatrixType, ElseMatrixType >::cols | ( | void | ) | const [inline] |
| Index Eigen::Select< ConditionMatrixType, ThenMatrixType, ElseMatrixType >::rows | ( | void | ) | const [inline] |
const ConditionMatrixType::Nested Eigen::Select< ConditionMatrixType, ThenMatrixType, ElseMatrixType >::m_condition [protected] |
const ElseMatrixType::Nested Eigen::Select< ConditionMatrixType, ThenMatrixType, ElseMatrixType >::m_else [protected] |
const ThenMatrixType::Nested Eigen::Select< ConditionMatrixType, ThenMatrixType, ElseMatrixType >::m_then [protected] |
| Page generated by Doxygen 1.7.4 for MRPT 0.9.5 SVN:2717 at Sun Oct 16 16:08:03 PDT 2011 | Hosted on: |