Public Types | Public Member Functions
TranspositionsBase< Derived > Class Template Reference

#include <Transpositions.h>

List of all members.

Public Types

typedef IndicesType::Scalar Index
typedef Traits::IndicesType IndicesType

Public Member Functions

const Indexcoeff (Index i) const
IndexcoeffRef (Index i)
Derived & derived ()
const Derived & derived () const
const IndicesTypeindices () const
IndicesTypeindices ()
Transpose< TranspositionsBaseinverse () const
const Indexoperator() (Index i) const
Indexoperator() (Index i)
template<typename OtherDerived >
Derived & operator= (const TranspositionsBase< OtherDerived > &other)
const Indexoperator[] (Index i) const
Indexoperator[] (Index i)
void resize (int size)
void setIdentity ()
Index size () const
Transpose< TranspositionsBasetranspose () const

Member Typedef Documentation

typedef IndicesType::Scalar Index
typedef Traits::IndicesType IndicesType

Member Function Documentation

const Index& coeff ( Index  i) const
inline
Index& coeffRef ( Index  i)
inline
Derived& derived ( )
inline
const Derived& derived ( ) const
inline
const IndicesType& indices ( ) const
inline
IndicesType& indices ( )
inline
Transpose<TranspositionsBase> inverse ( ) const
inline
Returns:
the inverse transformation
const Index& operator() ( Index  i) const
inline

Direct access to the underlying index vector

Index& operator() ( Index  i)
inline

Direct access to the underlying index vector

Derived& operator= ( const TranspositionsBase< OtherDerived > &  other)
inline
const Index& operator[] ( Index  i) const
inline

Direct access to the underlying index vector

Index& operator[] ( Index  i)
inline

Direct access to the underlying index vector

void resize ( int  size)
inline

Resizes to given size.

void setIdentity ( )
inline

Sets *this to represents an identity transformation

Index size ( ) const
inline
Transpose<TranspositionsBase> transpose ( ) const
inline
Returns:
the tranpose transformation

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