compbio
Public Types | Public Member Functions | Protected Attributes | List of all members
Eigen::TranspositionsWrapper< _IndicesType > Class Template Reference
Inheritance diagram for Eigen::TranspositionsWrapper< _IndicesType >:
Eigen::TranspositionsBase< TranspositionsWrapper< _IndicesType > >

Public Types

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

Public Member Functions

 TranspositionsWrapper (IndicesType &indices)
 
template<typename OtherDerived >
TranspositionsWrapperoperator= (const TranspositionsBase< OtherDerived > &other)
 Copies the other transpositions into *this.
 
TranspositionsWrapperoperator= (const TranspositionsWrapper &other)
 This is a special case of the templated operator=. More...
 
const IndicesType & indices () const
 const version of indices(). More...
 
IndicesType & indices ()
 
- Public Member Functions inherited from Eigen::TranspositionsBase< TranspositionsWrapper< _IndicesType > >
TranspositionsWrapper< _IndicesType > & derived ()
 
const TranspositionsWrapper< _IndicesType > & derived () const
 
TranspositionsWrapper< _IndicesType > & operator= (const TranspositionsBase< OtherDerived > &other)
 Copies the other transpositions into *this.
 
TranspositionsWrapper< _IndicesType > & operator= (const TranspositionsBase &other)
 This is a special case of the templated operator=. More...
 
Index size () const
 
Index rows () const
 
Index cols () const
 
const StorageIndex & coeff (Index i) const
 Direct access to the underlying index vector.
 
StorageIndex & coeffRef (Index i)
 Direct access to the underlying index vector.
 
const StorageIndex & operator() (Index i) const
 Direct access to the underlying index vector.
 
StorageIndex & operator() (Index i)
 Direct access to the underlying index vector.
 
const StorageIndex & operator[] (Index i) const
 Direct access to the underlying index vector.
 
StorageIndex & operator[] (Index i)
 Direct access to the underlying index vector.
 
const IndicesType & indices () const
 const version of indices(). More...
 
IndicesType & indices ()
 
void resize (Index newSize)
 Resizes to given size. More...
 
void setIdentity ()
 Sets *this to represents an identity transformation.
 
Transpose< TranspositionsBaseinverse () const
 
Transpose< TranspositionsBasetranspose () const
 

Protected Attributes

IndicesType::Nested m_indices
 

Member Function Documentation

§ indices() [1/2]

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

const version of indices().

§ indices() [2/2]

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

§ operator=()

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=.


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