Public Types

internal::traits< PermutationWrapper< _IndicesType > > Struct Template Reference

#include <PermutationMatrix.h>

List of all members.

Public Types

enum  {
  RowsAtCompileTime = _IndicesType::SizeAtCompileTime, ColsAtCompileTime = _IndicesType::SizeAtCompileTime, MaxRowsAtCompileTime = IndicesType::MaxRowsAtCompileTime, MaxColsAtCompileTime = IndicesType::MaxColsAtCompileTime,
  Flags = 0, CoeffReadCost = _IndicesType::CoeffReadCost
}
typedef PermutationStorage StorageKind
typedef _IndicesType::Scalar Scalar
typedef _IndicesType::Scalar Index
typedef _IndicesType IndicesType

template<typename _IndicesType>
struct internal::traits< PermutationWrapper< _IndicesType > >


Member Typedef Documentation

template<typename _IndicesType >
typedef _IndicesType::Scalar internal::traits< PermutationWrapper< _IndicesType > >::Index
template<typename _IndicesType >
typedef _IndicesType internal::traits< PermutationWrapper< _IndicesType > >::IndicesType
template<typename _IndicesType >
typedef _IndicesType::Scalar internal::traits< PermutationWrapper< _IndicesType > >::Scalar
template<typename _IndicesType >
typedef PermutationStorage internal::traits< PermutationWrapper< _IndicesType > >::StorageKind

Member Enumeration Documentation

template<typename _IndicesType >
anonymous enum
Enumerator:
RowsAtCompileTime 
ColsAtCompileTime 
MaxRowsAtCompileTime 
MaxColsAtCompileTime 
Flags 
CoeffReadCost 

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