Public Types | Public Member Functions | Protected Types | Protected Attributes
LieAlgebraDual< A > Class Template Reference

Class describing an element of a Lie algebra dual. More...

#include <LieAlgebra.h>

Inheritance diagram for LieAlgebraDual< A >:
Inheritance graph
[legend]

List of all members.

Public Types

typedef internal::traits
< LieAlgebraDual< A >
>::Coefficients 
Coefficients

Public Member Functions

Coefficientsget ()
const Coefficientsget () const
 LieAlgebraDual (const LieAlgebraDual &)

Protected Types

typedef LieAlgebraDualBase< A,
LieAlgebraDual< A > > 
Base

Protected Attributes

Coefficients m_coeffs

Detailed Description

template<class A>
class LieAlgebraDual< A >

Class describing an element of a Lie algebra dual.

Template Parameters:
Athe wrapped class

This class must be specialized to add new constructors for a specific algebra dual.

See also:
The methods are defined in LieAlgebraDualBase

Definition at line 216 of file LieAlgebra.h.


Member Typedef Documentation

template<class A >
typedef LieAlgebraDualBase<A, LieAlgebraDual<A> > LieAlgebraDual< A >::Base [protected]

The inherited class

Reimplemented from LieAlgebraDualBase< A, LieAlgebraDual< A > >.

Definition at line 218 of file LieAlgebra.h.

template<class A >
typedef internal::traits<LieAlgebraDual<A> >::Coefficients LieAlgebraDual< A >::Coefficients

Inherited class The stored coefficients

Reimplemented from LieAlgebraDualBase< A, LieAlgebraDual< A > >.

Definition at line 227 of file LieAlgebra.h.


Constructor & Destructor Documentation

template<class A >
LieAlgebraDual< A >::LieAlgebraDual ( const LieAlgebraDual< A > &  ) [inline]

Copy constructor : do nothing


Member Function Documentation

template<class A >
Coefficients& LieAlgebraDual< A >::get ( ) [inline]
Returns:
The stored coefficients

Reimplemented from LieAlgebraDualBase< A, LieAlgebraDual< A > >.

Definition at line 233 of file LieAlgebra.h.

template<class A >
const Coefficients& LieAlgebraDual< A >::get ( ) const [inline]
Returns:
The read-only access to the stored coefficients

Reimplemented from LieAlgebraDualBase< A, LieAlgebraDual< A > >.

Definition at line 235 of file LieAlgebra.h.


Member Data Documentation

template<class A >
Coefficients LieAlgebraDual< A >::m_coeffs [protected]

The wrapped coefficients

Definition at line 238 of file LieAlgebra.h.


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


lgsm
Author(s): Roberto Martín-Martín
autogenerated on Sat Jun 8 2019 18:26:30