Main MRPT website > C++ reference
MRPT logo
Public Types | Public Member Functions | Protected Attributes
Eigen::Replicate< MatrixType, RowFactor, ColFactor > Class Template Reference

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:
MatrixTypethe 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()

Definition at line 73 of file Core.

Inheritance diagram for Eigen::Replicate< MatrixType, RowFactor, ColFactor >:
Inheritance graph
[legend]

List of all members.

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

Member Typedef Documentation

template<typename MatrixType , int RowFactor, int ColFactor>
typedef internal::dense_xpr_base<Replicate>::type Eigen::Replicate< MatrixType, RowFactor, ColFactor >::Base

Definition at line 78 of file Core.


Constructor & Destructor Documentation

template<typename MatrixType , int RowFactor, int ColFactor>
template<typename OriginalMatrixType >
Eigen::Replicate< MatrixType, RowFactor, ColFactor >::Replicate ( const OriginalMatrixType &  matrix) [inline, explicit]

Definition at line 82 of file Core.

template<typename MatrixType , int RowFactor, int ColFactor>
template<typename OriginalMatrixType >
Eigen::Replicate< MatrixType, RowFactor, ColFactor >::Replicate ( const OriginalMatrixType &  matrix,
int  rowFactor,
int  colFactor 
) [inline]

Definition at line 91 of file Core.


Member Function Documentation

template<typename MatrixType , int RowFactor, int ColFactor>
Scalar Eigen::Replicate< MatrixType, RowFactor, ColFactor >::coeff ( Index  row,
Index  col 
) const [inline]

Definition at line 101 of file Core.

template<typename MatrixType , int RowFactor, int ColFactor>
Index Eigen::Replicate< MatrixType, RowFactor, ColFactor >::cols ( void  ) const [inline]

Definition at line 99 of file Core.

template<typename MatrixType , int RowFactor, int ColFactor>
template<int LoadMode>
PacketScalar Eigen::Replicate< MatrixType, RowFactor, ColFactor >::packet ( Index  row,
Index  col 
) const [inline]

Definition at line 114 of file Core.

template<typename MatrixType , int RowFactor, int ColFactor>
Index Eigen::Replicate< MatrixType, RowFactor, ColFactor >::rows ( void  ) const [inline]

Definition at line 98 of file Core.


Member Data Documentation

template<typename MatrixType , int RowFactor, int ColFactor>
const internal::variable_if_dynamic<Index, ColFactor> Eigen::Replicate< MatrixType, RowFactor, ColFactor >::m_colFactor [protected]

Definition at line 130 of file Core.

template<typename MatrixType , int RowFactor, int ColFactor>
const MatrixType::Nested Eigen::Replicate< MatrixType, RowFactor, ColFactor >::m_matrix [protected]

Definition at line 128 of file Core.

template<typename MatrixType , int RowFactor, int ColFactor>
const internal::variable_if_dynamic<Index, RowFactor> Eigen::Replicate< MatrixType, RowFactor, ColFactor >::m_rowFactor [protected]

Definition at line 129 of file Core.




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:
SourceForge.net Logo