Public Types | Public Member Functions | Protected Attributes | Private Types | List of all members
Eigen::TranspositionsWrapper< _IndicesType > Class Template Reference

#include <PermutationMatrix.h>

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

Public Types

typedef TranspositionsBase< TranspositionsWrapperBase
 
typedef IndicesType::Scalar Index
 
typedef Traits::IndicesType IndicesType
 
- Public Types inherited from Eigen::TranspositionsBase< TranspositionsWrapper< _IndicesType > >
typedef IndicesType::Scalar Index
 
typedef Traits::IndicesType IndicesType
 

Public Member Functions

const IndicesTypeindices () const
 
IndicesTypeindices ()
 
template<typename OtherDerived >
TranspositionsWrapperoperator= (const TranspositionsBase< OtherDerived > &other)
 
TranspositionsWrapperoperator= (const TranspositionsWrapper &other)
 
 TranspositionsWrapper (IndicesType &a_indices)
 
- Public Member Functions inherited from Eigen::TranspositionsBase< TranspositionsWrapper< _IndicesType > >
const Indexcoeff (Index i) const
 
IndexcoeffRef (Index i)
 
TranspositionsWrapper< _IndicesType > & derived ()
 
const TranspositionsWrapper< _IndicesType > & derived () const
 
const IndicesTypeindices () const
 
IndicesTypeindices ()
 
Transpose< TranspositionsBaseinverse () const
 
const Indexoperator() (Index i) const
 
Indexoperator() (Index i)
 
TranspositionsWrapper< _IndicesType > & operator= (const TranspositionsBase< OtherDerived > &other)
 
TranspositionsWrapper< _IndicesType > & operator= (const TranspositionsBase &other)
 
const Indexoperator[] (Index i) const
 
Indexoperator[] (Index i)
 
void resize (int newSize)
 
void setIdentity ()
 
Index size () const
 
Transpose< TranspositionsBasetranspose () const
 

Protected Attributes

const IndicesType::Nested m_indices
 

Private Types

typedef internal::traits< TranspositionsWrapperTraits
 

Detailed Description

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

Definition at line 462 of file PermutationMatrix.h.

Member Typedef Documentation

template<typename _IndicesType >
typedef TranspositionsBase<TranspositionsWrapper> Eigen::TranspositionsWrapper< _IndicesType >::Base

Definition at line 290 of file Transpositions.h.

template<typename _IndicesType >
typedef IndicesType::Scalar Eigen::TranspositionsWrapper< _IndicesType >::Index

Definition at line 292 of file Transpositions.h.

template<typename _IndicesType >
typedef Traits::IndicesType Eigen::TranspositionsWrapper< _IndicesType >::IndicesType

Definition at line 291 of file Transpositions.h.

template<typename _IndicesType >
typedef internal::traits<TranspositionsWrapper> Eigen::TranspositionsWrapper< _IndicesType >::Traits
private

Definition at line 287 of file Transpositions.h.

Constructor & Destructor Documentation

template<typename _IndicesType >
Eigen::TranspositionsWrapper< _IndicesType >::TranspositionsWrapper ( IndicesType a_indices)
inline

Definition at line 294 of file Transpositions.h.

Member Function Documentation

template<typename _IndicesType >
const IndicesType& Eigen::TranspositionsWrapper< _IndicesType >::indices ( ) const
inline

const version of indices().

Definition at line 317 of file Transpositions.h.

template<typename _IndicesType >
IndicesType& Eigen::TranspositionsWrapper< _IndicesType >::indices ( )
inline
Returns
a reference to the stored array representing the transpositions.

Definition at line 320 of file Transpositions.h.

template<typename _IndicesType >
template<typename OtherDerived >
TranspositionsWrapper& Eigen::TranspositionsWrapper< _IndicesType >::operator= ( const TranspositionsBase< OtherDerived > &  other)
inline

Copies the other transpositions into *this

Definition at line 300 of file Transpositions.h.

template<typename _IndicesType >
TranspositionsWrapper& Eigen::TranspositionsWrapper< _IndicesType >::operator= ( const TranspositionsWrapper< _IndicesType > &  other)
inline

This is a special case of the templated operator=. Its purpose is to prevent a default operator= from hiding the templated operator=.

Definition at line 309 of file Transpositions.h.

Member Data Documentation

template<typename _IndicesType >
const IndicesType::Nested Eigen::TranspositionsWrapper< _IndicesType >::m_indices
protected

Definition at line 324 of file Transpositions.h.


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


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