Expression of the multiple replication of a matrix or vector.
More...
#include <Replicate.h>
List of all members.
Detailed Description
template<typename MatrixType, int RowFactor, int ColFactor>
class 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()
Member Typedef Documentation
template<typename MatrixType, int RowFactor, int ColFactor>
Constructor & Destructor Documentation
template<typename MatrixType, int RowFactor, int ColFactor>
template<typename OriginalMatrixType >
Replicate< MatrixType, RowFactor, ColFactor >::Replicate |
( |
const OriginalMatrixType & |
matrix |
) |
[inline, explicit] |
template<typename MatrixType, int RowFactor, int ColFactor>
template<typename OriginalMatrixType >
Replicate< MatrixType, RowFactor, ColFactor >::Replicate |
( |
const OriginalMatrixType & |
matrix, |
|
|
int |
rowFactor, |
|
|
int |
colFactor | |
|
) |
| | [inline] |
Member Function Documentation
template<typename MatrixType, int RowFactor, int ColFactor>
Scalar Replicate< MatrixType, RowFactor, ColFactor >::coeff |
( |
Index |
row, |
|
|
Index |
col | |
|
) |
| | const [inline] |
template<typename MatrixType, int RowFactor, int ColFactor>
Index Replicate< MatrixType, RowFactor, ColFactor >::cols |
( |
void |
|
) |
const [inline] |
template<typename MatrixType, int RowFactor, int ColFactor>
template<int LoadMode>
PacketScalar Replicate< MatrixType, RowFactor, ColFactor >::packet |
( |
Index |
row, |
|
|
Index |
col | |
|
) |
| | const [inline] |
template<typename MatrixType, int RowFactor, int ColFactor>
Index Replicate< MatrixType, RowFactor, ColFactor >::rows |
( |
void |
|
) |
const [inline] |
Member Data Documentation
template<typename MatrixType, int RowFactor, int ColFactor>
template<typename MatrixType, int RowFactor, int ColFactor>
const MatrixType::Nested Replicate< MatrixType, RowFactor, ColFactor >::m_matrix [protected] |
template<typename MatrixType, int RowFactor, int ColFactor>
The documentation for this class was generated from the following file:
- /home/hauberg/Dokumenter/Capture/humim-tracker-0.1/src/ntk/geometry/Eigen/src/Core/Replicate.h