Helper class used by the comma initializer operator.
This class is internally used to implement the comma initializer feature. It is the return type of MatrixBase::operator<<, and most of the time this is the only way it is used.
Public Types | |
| typedef XprType::Scalar | Scalar |
| typedef XprType::Index | Index |
Public Member Functions | |
| CommaInitializer (XprType &xpr, const Scalar &s) | |
| template<typename OtherDerived > | |
| CommaInitializer (XprType &xpr, const DenseBase< OtherDerived > &other) | |
| CommaInitializer & | operator, (const Scalar &s) |
| template<typename OtherDerived > | |
| CommaInitializer & | operator, (const DenseBase< OtherDerived > &other) |
| ~CommaInitializer () | |
| XprType & | finished () |
Public Attributes | |
| XprType & | m_xpr |
| Index | m_row |
| Index | m_col |
| Index | m_currentBlockRows |
| typedef XprType::Index Eigen::CommaInitializer< XprType >::Index |
| typedef XprType::Scalar Eigen::CommaInitializer< XprType >::Scalar |
| Eigen::CommaInitializer< XprType >::CommaInitializer | ( | XprType & | xpr, |
| const Scalar & | s | ||
| ) | [inline] |
| Eigen::CommaInitializer< XprType >::CommaInitializer | ( | XprType & | xpr, |
| const DenseBase< OtherDerived > & | other | ||
| ) | [inline] |
| Eigen::CommaInitializer< XprType >::~CommaInitializer | ( | ) | [inline] |
| XprType& Eigen::CommaInitializer< XprType >::finished | ( | ) | [inline] |
| CommaInitializer& Eigen::CommaInitializer< XprType >::operator, | ( | const Scalar & | s | ) | [inline] |
| CommaInitializer& Eigen::CommaInitializer< XprType >::operator, | ( | const DenseBase< OtherDerived > & | other | ) | [inline] |
| Index Eigen::CommaInitializer< XprType >::m_col |
| Index Eigen::CommaInitializer< XprType >::m_currentBlockRows |
| Index Eigen::CommaInitializer< XprType >::m_row |
| XprType& Eigen::CommaInitializer< XprType >::m_xpr |
| 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: |