Replicate< MatrixType, RowFactor, ColFactor > Class Template Reference
[Core module]

Expression of the multiple replication of a matrix or vector. More...

Inherits internal::dense_xpr_base::type< Replicate< MatrixType, RowFactor, ColFactor > >.

List of all members.


Detailed Description

template<typename MatrixType, int RowFactor, int ColFactor>
class Eigen::Replicate< MatrixType, RowFactor, ColFactor >

Expression of the multiple replication of a matrix or vector.

Parameters:
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.

See also:
DenseBase::replicate()

The documentation for this class was generated from the following file: