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 >:
ReturnByValue< permut_matrix_product_retval< PermutationType, MatrixType, Side, Transposed > > type

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

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


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

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]

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]

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