Main MRPT website > C++ reference
MRPT logo
Public Types | Public Member Functions | Protected Attributes

internal::permut_matrix_product_retval< PermutationType, MatrixType, Side, Transposed > Struct Template Reference


Detailed Description

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

Definition at line 340 of file PermutationMatrix.h.

#include <src/Core/PermutationMatrix.h>

Inheritance diagram for 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

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

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

Definition at line 343 of file PermutationMatrix.h.


Constructor & Destructor Documentation

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

Definition at line 345 of file PermutationMatrix.h.


Member Function Documentation

template<typename PermutationType, typename MatrixType, int Side, bool Transposed>
int 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 internal::permut_matrix_product_retval< PermutationType, MatrixType, Side, Transposed >::evalTo ( Dest &  dst) const [inline]
template<typename PermutationType, typename MatrixType, int Side, bool Transposed>
int 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 internal::permut_matrix_product_retval< PermutationType, MatrixType, Side, Transposed >::m_matrix [protected]
template<typename PermutationType, typename MatrixType, int Side, bool Transposed>
const PermutationType& internal::permut_matrix_product_retval< PermutationType, MatrixType, Side, Transposed >::m_permutation [protected]



Page generated by Doxygen 1.7.3 for MRPT 0.9.4 SVN: at Sat Mar 26 06:40:17 UTC 2011