![]() |
Eigen
3.4.90 (git rev 67eeba6e720c5745abc77ae6c92ce0a44aa7b7ae)
|
Expression of the multiple replication of a matrix or vector.
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::replicate() and most of the time this is the only way it is used.
Inherits internal::dense_xpr_base::type.