Shapeworks Studio
2.1
Shape analysis software suite
|
Expression of the multiple replication of a matrix or vector. More...
#include <Replicate.h>
Public Types | |
typedef internal::dense_xpr_base< Replicate >::type | Base |
Protected Attributes | |
MatrixTypeNested | m_matrix |
const internal::variable_if_dynamic< Index, RowFactor > | m_rowFactor |
const internal::variable_if_dynamic< Index, ColFactor > | m_colFactor |
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.
Definition at line 62 of file Replicate.h.