template<typename MatrixType, int RowFactor, int ColFactor>
Replicate class
Expression of the multiple replication of a matrix or vector.
Template parameters | |
---|---|
MatrixType | the type of the object we are replicating |
RowFactor | number of repetitions at compile time along the vertical direction, can be Dynamic. |
ColFactor | number of repetitions at compile time along the horizontal direction, can be Dynamic. |
This class represents an expression of the multiple replication of a matrix or vector. It is the return type of DenseBase::