![]() |
Eigen
3.2.7
|
Expression of the multiple replication of a matrix or vector.
MatrixType | the type of the object we are replicating |
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 type< Replicate< MatrixType, RowFactor, ColFactor > >.