Main MRPT website > C++ reference
MRPT logo
Public Types
Eigen::internal::traits< PermutationWrapper< _IndicesType > > Struct Template Reference

Detailed Description

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

Definition at line 477 of file Core.

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

Member Typedef Documentation

template<typename _IndicesType >
typedef _IndicesType::Scalar Eigen::internal::traits< PermutationWrapper< _IndicesType > >::Index

Definition at line 481 of file Core.

template<typename _IndicesType >
typedef _IndicesType Eigen::internal::traits< PermutationWrapper< _IndicesType > >::IndicesType

Definition at line 482 of file Core.

template<typename _IndicesType >
typedef _IndicesType::Scalar Eigen::internal::traits< PermutationWrapper< _IndicesType > >::Scalar

Definition at line 480 of file Core.

template<typename _IndicesType >
typedef PermutationStorage Eigen::internal::traits< PermutationWrapper< _IndicesType > >::StorageKind

Definition at line 479 of file Core.


Member Enumeration Documentation

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

Definition at line 483 of file Core.




Page generated by Doxygen 1.7.4 for MRPT 0.9.5 SVN:2717 at Sun Oct 16 16:08:03 PDT 2011 Hosted on:
SourceForge.net Logo