Public Types | Public Member Functions | Protected Attributes
internal::permut_matrix_product_retval< PermutationType, MatrixType, Side, Transposed > Struct Template Reference

#include <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

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

Protected Attributes

const MatrixType::Nested m_matrix
const PermutationType & m_permutation

Detailed Description

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

Definition at line 551 of file PermutationMatrix.h.


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 554 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 556 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]

Definition at line 611 of file PermutationMatrix.h.

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

Definition at line 610 of file PermutationMatrix.h.


The documentation for this struct was generated from the following file:


re_vision
Author(s): Dorian Galvez-Lopez
autogenerated on Sun Jan 5 2014 11:34:34