FreePOOMA  2.4.1
Classes | Public Types | Public Member Functions
TensorEngine< D, T, Antisymmetric > Class Template Reference

TensorEngine definitions for an Antisymmetric Tensor. More...

#include <Tensor.h>

List of all members.

Classes

class  AssignProxy

Public Types

enum  { dimensions = 2 }
enum  { d = D }
typedef T Element_t
typedef Antisymmetric EngineTag_t
typedef AssignProxy ElementRef_t
typedef T ConstElementRef_t
typedef T & CTElementRef_t
typedef T CTConstElementRef_t
typedef TensorEngine< d, T,
Antisymmetric
This_t

Public Member Functions

 TensorEngine ()
 TensorEngine (const TensorEngine< d, T, Antisymmetric > &x)
template<class X >
 TensorEngine (const X &x)
 TensorEngine (const T &x)
template<class X1 , class X2 , class X3 >
 TensorEngine (const X1 &x1, const X2 &x2, const X3 &x3)
template<class X1 , class X2 , class X3 , class X4 , class X5 , class X6 >
 TensorEngine (const X1 &x1, const X2 &x2, const X3 &x3, const X4 &x4, const X5 &x5, const X6 &x6)
 ~TensorEngine ()
This_toperator= (const This_t &x)
template<class V >
This_toperator= (const V &x)
template<int I, int J>
CTConstElementRef_t getIJ () const
template<int I, int J>
CTElementRef_t getIJ ()
ConstElementRef_t operator() (int i, int j) const
ElementRef_t operator() (int i, int j)
ConstElementRef_t operator() (int i) const
ElementRef_t operator() (int i)
const T * data () const
T * data ()
void reverseBytes ()

Detailed Description

template<int D, class T>
class TensorEngine< D, T, Antisymmetric >

TensorEngine definitions for an Antisymmetric Tensor.


Member Typedef Documentation

template<int D, class T >
typedef T TensorEngine< D, T, Antisymmetric >::Element_t
template<int D, class T >
typedef Antisymmetric TensorEngine< D, T, Antisymmetric >::EngineTag_t
template<int D, class T >
typedef AssignProxy TensorEngine< D, T, Antisymmetric >::ElementRef_t
template<int D, class T >
typedef T TensorEngine< D, T, Antisymmetric >::ConstElementRef_t
template<int D, class T >
typedef T& TensorEngine< D, T, Antisymmetric >::CTElementRef_t
template<int D, class T >
typedef T TensorEngine< D, T, Antisymmetric >::CTConstElementRef_t
template<int D, class T >
typedef TensorEngine<d,T,Antisymmetric> TensorEngine< D, T, Antisymmetric >::This_t

Member Enumeration Documentation

template<int D, class T >
anonymous enum
Enumerator:
dimensions 
template<int D, class T >
anonymous enum
Enumerator:
d 

Constructor & Destructor Documentation

template<int D, class T >
TensorEngine< D, T, Antisymmetric >::TensorEngine ( ) [inline]

References CTAssert.

template<int D, class T >
TensorEngine< D, T, Antisymmetric >::TensorEngine ( const TensorEngine< d, T, Antisymmetric > &  x) [inline]
template<int D, class T >
template<class X >
TensorEngine< D, T, Antisymmetric >::TensorEngine ( const X &  x) [inline, explicit]
template<int D, class T >
TensorEngine< D, T, Antisymmetric >::TensorEngine ( const T &  x) [inline, explicit]
template<int D, class T >
template<class X1 , class X2 , class X3 >
TensorEngine< D, T, Antisymmetric >::TensorEngine ( const X1 &  x1,
const X2 &  x2,
const X3 &  x3 
) [inline]

References CTAssert.

template<int D, class T >
template<class X1 , class X2 , class X3 , class X4 , class X5 , class X6 >
TensorEngine< D, T, Antisymmetric >::TensorEngine ( const X1 &  x1,
const X2 &  x2,
const X3 &  x3,
const X4 &  x4,
const X5 &  x5,
const X6 &  x6 
) [inline]

References CTAssert.

template<int D, class T >
TensorEngine< D, T, Antisymmetric >::~TensorEngine ( ) [inline]

Member Function Documentation

template<int D, class T >
This_t& TensorEngine< D, T, Antisymmetric >::operator= ( const This_t x) [inline]
template<int D, class T >
template<class V >
This_t& TensorEngine< D, T, Antisymmetric >::operator= ( const V &  x) [inline]
template<int D, class T >
template<int I, int J>
CTConstElementRef_t TensorEngine< D, T, Antisymmetric >::getIJ ( ) const [inline]

References CTAssert.

template<int D, class T >
template<int I, int J>
CTElementRef_t TensorEngine< D, T, Antisymmetric >::getIJ ( ) [inline]

References CTAssert.

template<int D, class T >
ConstElementRef_t TensorEngine< D, T, Antisymmetric >::operator() ( int  i,
int  j 
) const [inline]

References PBoundAssert.

template<int D, class T >
ElementRef_t TensorEngine< D, T, Antisymmetric >::operator() ( int  i,
int  j 
) [inline]

References PBoundAssert.

template<int D, class T >
ConstElementRef_t TensorEngine< D, T, Antisymmetric >::operator() ( int  i) const [inline]

References PBoundAssert.

template<int D, class T >
ElementRef_t TensorEngine< D, T, Antisymmetric >::operator() ( int  i) [inline]

References PBoundAssert.

template<int D, class T >
const T* TensorEngine< D, T, Antisymmetric >::data ( ) const [inline]
template<int D, class T >
T* TensorEngine< D, T, Antisymmetric >::data ( ) [inline]
template<int D, class T >
void TensorEngine< D, T, Antisymmetric >::reverseBytes ( ) [inline]

References reverseBytes().


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