Public Types | Public Member Functions | Protected Attributes | Private Types
Eigen::PermutationWrapper< _IndicesType > Class Template Reference

Class to view a vector of integers as a permutation matrix. More...

#include <PermutationMatrix.h>

Inheritance diagram for Eigen::PermutationWrapper< _IndicesType >:
Inheritance graph
[legend]

List of all members.

Public Types

typedef Traits::IndicesType IndicesType

Public Member Functions

const internal::remove_all
< typename IndicesType::Nested >
::type
indices () const
 PermutationWrapper (const IndicesType &a_indices)

Protected Attributes

IndicesType::Nested m_indices

Private Types

typedef PermutationBase
< PermutationWrapper
Base
typedef internal::traits
< PermutationWrapper
Traits

Detailed Description

template<typename _IndicesType>
class Eigen::PermutationWrapper< _IndicesType >

Class to view a vector of integers as a permutation matrix.

Parameters:
_IndicesTypethe type of the vector of integer (can be any compatible expression)

This class allows to view any vector expression of integers as a permutation matrix.

See also:
class PermutationBase, class PermutationMatrix

Definition at line 512 of file PermutationMatrix.h.


Member Typedef Documentation

template<typename _IndicesType>
typedef PermutationBase<PermutationWrapper> Eigen::PermutationWrapper< _IndicesType >::Base [private]
template<typename _IndicesType>
typedef Traits::IndicesType Eigen::PermutationWrapper< _IndicesType >::IndicesType
template<typename _IndicesType>
typedef internal::traits<PermutationWrapper> Eigen::PermutationWrapper< _IndicesType >::Traits [private]

Constructor & Destructor Documentation

template<typename _IndicesType>
Eigen::PermutationWrapper< _IndicesType >::PermutationWrapper ( const IndicesType a_indices) [inline]

Definition at line 522 of file PermutationMatrix.h.


Member Function Documentation

template<typename _IndicesType>
const internal::remove_all<typename IndicesType::Nested>::type& Eigen::PermutationWrapper< _IndicesType >::indices ( ) const [inline]

const version of indices().

Reimplemented from Eigen::PermutationBase< PermutationWrapper< _IndicesType > >.

Definition at line 528 of file PermutationMatrix.h.


Member Data Documentation

template<typename _IndicesType>
IndicesType::Nested Eigen::PermutationWrapper< _IndicesType >::m_indices [protected]

Definition at line 532 of file PermutationMatrix.h.


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


turtlebot_exploration_3d
Author(s): Bona , Shawn
autogenerated on Thu Jun 6 2019 21:00:54