Main MRPT website > C++ reference
MRPT logo
Public Types | Public Member Functions | Protected Attributes
Eigen::internal::permut_matrix_product_retval< PermutationType, MatrixType, Side, Transposed > Struct Template Reference

Detailed Description

template<typename PermutationType, typename MatrixType, int Side, bool Transposed>
struct Eigen::internal::permut_matrix_product_retval< PermutationType, MatrixType, Side, Transposed >

Definition at line 552 of file Core.

Inheritance diagram for Eigen::internal::permut_matrix_product_retval< PermutationType, MatrixType, Side, Transposed >:
Inheritance graph
[legend]

List of all members.

Public Types

typedef remove_all< typename
MatrixType::Nested >::type 
MatrixTypeNestedCleaned
typedef internal::traits
< permut_matrix_product_retval
< PermutationType, MatrixType,
Side, Transposed >
>::ReturnType 
ReturnType
typedef
internal::dense_xpr_base
< ReturnByValue >::type 
Base

Public Member Functions

 permut_matrix_product_retval (const PermutationType &perm, const MatrixType &matrix)
int rows () const
int cols () const
template<typename Dest >
void evalTo (Dest &dst) const

Protected Attributes

const PermutationType & m_permutation
const MatrixType::Nested m_matrix

Member Typedef Documentation

typedef internal::dense_xpr_base<ReturnByValue>::type Eigen::ReturnByValue< permut_matrix_product_retval< PermutationType, MatrixType, Side, Transposed > >::Base [inherited]

Definition at line 70 of file Core.

template<typename PermutationType , typename MatrixType , int Side, bool Transposed>
typedef remove_all<typename MatrixType::Nested>::type Eigen::internal::permut_matrix_product_retval< PermutationType, MatrixType, Side, Transposed >::MatrixTypeNestedCleaned

Definition at line 555 of file Core.

typedef internal::traits<permut_matrix_product_retval< PermutationType, MatrixType, Side, Transposed > >::ReturnType Eigen::ReturnByValue< permut_matrix_product_retval< PermutationType, MatrixType, Side, Transposed > >::ReturnType [inherited]

Definition at line 68 of file Core.


Constructor & Destructor Documentation

template<typename PermutationType , typename MatrixType , int Side, bool Transposed>
Eigen::internal::permut_matrix_product_retval< PermutationType, MatrixType, Side, Transposed >::permut_matrix_product_retval ( const PermutationType &  perm,
const MatrixType &  matrix 
) [inline]

Definition at line 557 of file Core.


Member Function Documentation

template<typename PermutationType , typename MatrixType , int Side, bool Transposed>
int Eigen::internal::permut_matrix_product_retval< PermutationType, MatrixType, Side, Transposed >::cols ( void  ) const [inline]
template<typename PermutationType , typename MatrixType , int Side, bool Transposed>
template<typename Dest >
void Eigen::internal::permut_matrix_product_retval< PermutationType, MatrixType, Side, Transposed >::evalTo ( Dest &  dst) const [inline]
template<typename PermutationType , typename MatrixType , int Side, bool Transposed>
int Eigen::internal::permut_matrix_product_retval< PermutationType, MatrixType, Side, Transposed >::rows ( void  ) const [inline]

Member Data Documentation

template<typename PermutationType , typename MatrixType , int Side, bool Transposed>
const MatrixType::Nested Eigen::internal::permut_matrix_product_retval< PermutationType, MatrixType, Side, Transposed >::m_matrix [protected]

Definition at line 612 of file Core.

template<typename PermutationType , typename MatrixType , int Side, bool Transposed>
const PermutationType& Eigen::internal::permut_matrix_product_retval< PermutationType, MatrixType, Side, Transposed >::m_permutation [protected]

Definition at line 611 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