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

#include <PermutationMatrix.h>

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

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 Types inherited from Eigen::ReturnByValue< permut_sparsematrix_product_retval< PermutationType, MatrixType, Side, Transposed > >
typedef internal::dense_xpr_base< ReturnByValue >::type Base
 
typedef internal::traits< permut_sparsematrix_product_retval< PermutationType, MatrixType, Side, Transposed > >::ReturnType ReturnType
 

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
 
- Public Member Functions inherited from Eigen::ReturnByValue< permut_sparsematrix_product_retval< PermutationType, MatrixType, Side, Transposed > >
const Unusablecoeff (Index) const
 
const Unusablecoeff (Index, Index) const
 
UnusablecoeffRef (Index)
 
UnusablecoeffRef (Index, Index)
 
Index cols () const
 
void evalTo (Dest &dst) const
 
Index 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 47 of file PermutationMatrix.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

Definition at line 53 of file SparsePermutation.h.

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

Definition at line 55 of file SparsePermutation.h.

template<typename PermutationType, typename MatrixType, int Side, bool Transposed>
int Eigen::internal::permut_sparsematrix_product_retval< PermutationType, MatrixType, Side, Transposed >::rows ( void  ) const
inline

Definition at line 52 of file SparsePermutation.h.

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 files:


tuw_aruco
Author(s): Lukas Pfeifhofer
autogenerated on Mon Jun 10 2019 15:41:14