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.

Public Types | |
| typedef internal::dense_xpr_base < Replicate >::type | Base |
Public Member Functions | |
| template<typename OriginalMatrixType > | |
| Replicate (const OriginalMatrixType &matrix) | |
| template<typename OriginalMatrixType > | |
| Replicate (const OriginalMatrixType &matrix, int rowFactor, int colFactor) | |
| Index | rows () const |
| Index | cols () const |
| Scalar | coeff (Index row, Index col) const |
| template<int LoadMode> | |
| PacketScalar | packet (Index row, Index col) const |
Protected Attributes | |
| const MatrixType::Nested | m_matrix |
| const internal::variable_if_dynamic < Index, RowFactor > | m_rowFactor |
| const internal::variable_if_dynamic < Index, ColFactor > | m_colFactor |
| typedef internal::dense_xpr_base<Replicate>::type Eigen::Replicate< MatrixType, RowFactor, ColFactor >::Base |
| Eigen::Replicate< MatrixType, RowFactor, ColFactor >::Replicate | ( | const OriginalMatrixType & | matrix | ) | [inline, explicit] |
| Eigen::Replicate< MatrixType, RowFactor, ColFactor >::Replicate | ( | const OriginalMatrixType & | matrix, |
| int | rowFactor, | ||
| int | colFactor | ||
| ) | [inline] |
| Scalar Eigen::Replicate< MatrixType, RowFactor, ColFactor >::coeff | ( | Index | row, |
| Index | col | ||
| ) | const [inline] |
| Index Eigen::Replicate< MatrixType, RowFactor, ColFactor >::cols | ( | void | ) | const [inline] |
| PacketScalar Eigen::Replicate< MatrixType, RowFactor, ColFactor >::packet | ( | Index | row, |
| Index | col | ||
| ) | const [inline] |
| Index Eigen::Replicate< MatrixType, RowFactor, ColFactor >::rows | ( | void | ) | const [inline] |
const internal::variable_if_dynamic<Index, ColFactor> Eigen::Replicate< MatrixType, RowFactor, ColFactor >::m_colFactor [protected] |
const MatrixType::Nested Eigen::Replicate< MatrixType, RowFactor, ColFactor >::m_matrix [protected] |
const internal::variable_if_dynamic<Index, RowFactor> Eigen::Replicate< MatrixType, RowFactor, ColFactor >::m_rowFactor [protected] |
| Page generated by Doxygen 1.7.4 for MRPT 0.9.5 SVN:2717 at Sun Oct 16 16:08:03 PDT 2011 | Hosted on: |