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

#include <SparsePermutation.h>

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

List of all members.

Public Types

enum  { SrcStorageOrder = MatrixTypeNestedCleaned::Flags&RowMajorBit ? RowMajor : ColMajor, MoveOuter = SrcStorageOrder==RowMajor ? Side==OnTheLeft : Side==OnTheRight }
typedef
MatrixTypeNestedCleaned::Index 
Index
typedef remove_all< typename
MatrixType::Nested >::type 
MatrixTypeNestedCleaned
typedef
MatrixTypeNestedCleaned::Scalar 
Scalar

Public Member Functions

int cols () const
template<typename Dest >
void evalTo (Dest &dst) const
 permut_sparsematrix_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_sparsematrix_product_retval< PermutationType, MatrixType, Side, Transposed >

Definition at line 36 of file SparsePermutation.h.


Member Typedef Documentation

template<typename PermutationType, typename MatrixType, int Side, bool Transposed>
typedef MatrixTypeNestedCleaned::Index Eigen::internal::permut_sparsematrix_product_retval< PermutationType, MatrixType, Side, Transposed >::Index

Definition at line 41 of file SparsePermutation.h.

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

Definition at line 39 of file SparsePermutation.h.

template<typename PermutationType, typename MatrixType, int Side, bool Transposed>
typedef MatrixTypeNestedCleaned::Scalar Eigen::internal::permut_sparsematrix_product_retval< PermutationType, MatrixType, Side, Transposed >::Scalar

Definition at line 40 of file SparsePermutation.h.


Member Enumeration Documentation

template<typename PermutationType, typename MatrixType, int Side, bool Transposed>
anonymous enum
Enumerator:
SrcStorageOrder 
MoveOuter 

Definition at line 43 of file SparsePermutation.h.


Constructor & Destructor Documentation

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

Definition at line 48 of file SparsePermutation.h.


Member Function Documentation

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

Definition at line 101 of file SparsePermutation.h.

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

Definition at line 100 of file SparsePermutation.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