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

#include <PermutationMatrix.h>

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

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

MatrixType::Nested m_matrix
const PermutationType & m_permutation

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 540 of file PermutationMatrix.h.


Member Typedef Documentation

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 543 of file PermutationMatrix.h.


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 545 of file PermutationMatrix.h.


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>
MatrixType::Nested Eigen::internal::permut_matrix_product_retval< PermutationType, MatrixType, Side, Transposed >::m_matrix [protected]

Definition at line 600 of file PermutationMatrix.h.

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 599 of file PermutationMatrix.h.


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


win_eigen
Author(s): Daniel Stonier
autogenerated on Wed Sep 16 2015 07:13:01