Helper class used by the comma initializer operator. More...
Public Types | |
| typedef XprType::Scalar | Scalar |
Public Member Functions | |
| CommaInitializer (const CommaInitializer &o) | |
| template<typename OtherDerived > | |
| CommaInitializer (XprType &xpr, const DenseBase< OtherDerived > &other) | |
| CommaInitializer (XprType &xpr, const Scalar &s) | |
| XprType & | finished () |
| template<typename OtherDerived > | |
| CommaInitializer & | operator, (const DenseBase< OtherDerived > &other) |
| CommaInitializer & | operator, (const Scalar &s) |
| ~CommaInitializer () | |
Public Attributes | |
| Index | m_col |
| Index | m_currentBlockRows |
| Index | m_row |
| XprType & | m_xpr |
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.
Definition at line 30 of file CommaInitializer.h.
| typedef XprType::Scalar Eigen::CommaInitializer< XprType >::Scalar |
Definition at line 32 of file CommaInitializer.h.
|
inline |
Definition at line 35 of file CommaInitializer.h.
|
inline |
Definition at line 45 of file CommaInitializer.h.
|
inline |
Definition at line 57 of file CommaInitializer.h.
|
inline |
Definition at line 107 of file CommaInitializer.h.
|
inline |
Definition at line 123 of file CommaInitializer.h.
|
inline |
Definition at line 87 of file CommaInitializer.h.
|
inline |
Definition at line 67 of file CommaInitializer.h.
| Index Eigen::CommaInitializer< XprType >::m_col |
Definition at line 132 of file CommaInitializer.h.
| Index Eigen::CommaInitializer< XprType >::m_currentBlockRows |
Definition at line 133 of file CommaInitializer.h.
| Index Eigen::CommaInitializer< XprType >::m_row |
Definition at line 131 of file CommaInitializer.h.
| XprType& Eigen::CommaInitializer< XprType >::m_xpr |
Definition at line 130 of file CommaInitializer.h.