FreePOOMA
2.4.1
|
TensorEngine definitions for an Antisymmetric Tensor. More...
#include <Tensor.h>
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_t & | operator= (const This_t &x) |
template<class V > | |
This_t & | operator= (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 () |
TensorEngine definitions for an Antisymmetric Tensor.
typedef T TensorEngine< D, T, Antisymmetric >::Element_t |
typedef Antisymmetric TensorEngine< D, T, Antisymmetric >::EngineTag_t |
typedef AssignProxy TensorEngine< D, T, Antisymmetric >::ElementRef_t |
typedef T TensorEngine< D, T, Antisymmetric >::ConstElementRef_t |
typedef T& TensorEngine< D, T, Antisymmetric >::CTElementRef_t |
typedef T TensorEngine< D, T, Antisymmetric >::CTConstElementRef_t |
typedef TensorEngine<d,T,Antisymmetric> TensorEngine< D, T, Antisymmetric >::This_t |
TensorEngine< D, T, Antisymmetric >::TensorEngine | ( | ) | [inline] |
References CTAssert.
TensorEngine< D, T, Antisymmetric >::TensorEngine | ( | const TensorEngine< d, T, Antisymmetric > & | x | ) | [inline] |
TensorEngine< D, T, Antisymmetric >::TensorEngine | ( | const X & | x | ) | [inline, explicit] |
TensorEngine< D, T, Antisymmetric >::TensorEngine | ( | const T & | x | ) | [inline, explicit] |
TensorEngine< D, T, Antisymmetric >::TensorEngine | ( | const X1 & | x1, |
const X2 & | x2, | ||
const X3 & | x3 | ||
) | [inline] |
References CTAssert.
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.
TensorEngine< D, T, Antisymmetric >::~TensorEngine | ( | ) | [inline] |
This_t& TensorEngine< D, T, Antisymmetric >::operator= | ( | const This_t & | x | ) | [inline] |
This_t& TensorEngine< D, T, Antisymmetric >::operator= | ( | const V & | x | ) | [inline] |
CTConstElementRef_t TensorEngine< D, T, Antisymmetric >::getIJ | ( | ) | const [inline] |
References CTAssert.
CTElementRef_t TensorEngine< D, T, Antisymmetric >::getIJ | ( | ) | [inline] |
References CTAssert.
ConstElementRef_t TensorEngine< D, T, Antisymmetric >::operator() | ( | int | i, |
int | j | ||
) | const [inline] |
References PBoundAssert.
ElementRef_t TensorEngine< D, T, Antisymmetric >::operator() | ( | int | i, |
int | j | ||
) | [inline] |
References PBoundAssert.
ConstElementRef_t TensorEngine< D, T, Antisymmetric >::operator() | ( | int | i | ) | const [inline] |
References PBoundAssert.
ElementRef_t TensorEngine< D, T, Antisymmetric >::operator() | ( | int | i | ) | [inline] |
References PBoundAssert.
const T* TensorEngine< D, T, Antisymmetric >::data | ( | ) | const [inline] |
T* TensorEngine< D, T, Antisymmetric >::data | ( | ) | [inline] |
void TensorEngine< D, T, Antisymmetric >::reverseBytes | ( | ) | [inline] |
References reverseBytes().