Helper class used by the comma initializer operator. More...
#include <CommaInitializer.h>
Public Types | |
typedef XprType::Scalar | Scalar |
Public Member Functions | |
EIGEN_DEVICE_FUNC | CommaInitializer (XprType &xpr, const Scalar &s) |
template<typename OtherDerived > | |
EIGEN_DEVICE_FUNC | CommaInitializer (XprType &xpr, const DenseBase< OtherDerived > &other) |
EIGEN_DEVICE_FUNC | CommaInitializer (const CommaInitializer &o) |
EIGEN_DEVICE_FUNC XprType & | finished () |
EIGEN_DEVICE_FUNC CommaInitializer & | operator, (const Scalar &s) |
template<typename OtherDerived > | |
EIGEN_DEVICE_FUNC CommaInitializer & | operator, (const DenseBase< OtherDerived > &other) |
EIGEN_DEVICE_FUNC | ~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 28 of file CommaInitializer.h.
typedef XprType::Scalar Eigen::CommaInitializer< XprType >::Scalar |
Definition at line 30 of file CommaInitializer.h.
|
inline |
Definition at line 33 of file CommaInitializer.h.
|
inline |
Definition at line 41 of file CommaInitializer.h.
|
inline |
Definition at line 51 of file CommaInitializer.h.
|
inline |
Definition at line 101 of file CommaInitializer.h.
|
inline |
Definition at line 117 of file CommaInitializer.h.
|
inline |
Definition at line 61 of file CommaInitializer.h.
|
inline |
Definition at line 81 of file CommaInitializer.h.
Index Eigen::CommaInitializer< XprType >::m_col |
Definition at line 126 of file CommaInitializer.h.
Index Eigen::CommaInitializer< XprType >::m_currentBlockRows |
Definition at line 127 of file CommaInitializer.h.
Index Eigen::CommaInitializer< XprType >::m_row |
Definition at line 125 of file CommaInitializer.h.
XprType& Eigen::CommaInitializer< XprType >::m_xpr |
Definition at line 124 of file CommaInitializer.h.