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 |
| const internal::remove_all < typename MatrixType::Nested > ::type & | nestedExpression () 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::Base |
| Eigen::Replicate::Replicate | ( | const OriginalMatrixType & | matrix | ) | [inline, explicit] |
| Eigen::Replicate::Replicate | ( | const OriginalMatrixType & | matrix, |
| int | rowFactor, | ||
| int | colFactor | ||
| ) | [inline] |
| Scalar Eigen::Replicate::coeff | ( | Index | row, |
| Index | col | ||
| ) | const [inline] |
| const internal::remove_all<typename MatrixType::Nested>::type& Eigen::Replicate::nestedExpression | ( | ) | const [inline] |
| PacketScalar Eigen::Replicate::packet | ( | Index | row, |
| Index | col | ||
| ) | const [inline] |
const internal::variable_if_dynamic<Index, ColFactor> Eigen::Replicate::m_colFactor [protected] |
const MatrixType::Nested Eigen::Replicate::m_matrix [protected] |
const internal::variable_if_dynamic<Index, RowFactor> Eigen::Replicate::m_rowFactor [protected] |
| Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011 |