Helper class used by the comma initializer operator.
More...
#include <CommaInitializer.h>
template<
typename XprType>
class Eigen::CommaInitializer< XprType >
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.
- See also
- \blank MatrixBase::operator<<, CommaInitializer::finished()
◆ finished()
- Returns
- the built matrix once all its coefficients have been set. Calling finished is 100% optional. Its purpose is to write expressions like this:
Base class for all dense matrices, vectors, and expressions.
Definition MatrixBase.h:50
EIGEN_DEVICE_FUNC XprType & finished()
Definition CommaInitializer.h:121
The documentation for this class was generated from the following file: