FreePOOMA  2.4.1
Public Types | Public Member Functions | Friends
TensorEngine< D, T, UnaryTensorOp< V1, Op > > Class Template Reference

#include <UnaryTensorOp.h>

List of all members.

Public Types

enum  { dimensions = 2 }
typedef T Element_t
typedef UnaryTensorOp< V1, Op > EngineTag_t
typedef T ConstElementRef_t
typedef T ElementRef_t
typedef TensorEngine< D, T,
UnaryTensorOp< V1, Op > > 
This_t

Public Member Functions

 TensorEngine (const V1 &v1)
Element_t operator() (int i, int j) const

Friends

struct TensorEngineElem

template<int D, class T, class V1, class Op>
class TensorEngine< D, T, UnaryTensorOp< V1, Op > >


Member Typedef Documentation

template<int D, class T , class V1 , class Op >
typedef T TensorEngine< D, T, UnaryTensorOp< V1, Op > >::Element_t
template<int D, class T , class V1 , class Op >
typedef UnaryTensorOp<V1,Op> TensorEngine< D, T, UnaryTensorOp< V1, Op > >::EngineTag_t
template<int D, class T , class V1 , class Op >
typedef T TensorEngine< D, T, UnaryTensorOp< V1, Op > >::ConstElementRef_t
template<int D, class T , class V1 , class Op >
typedef T TensorEngine< D, T, UnaryTensorOp< V1, Op > >::ElementRef_t
template<int D, class T , class V1 , class Op >
typedef TensorEngine<D,T, UnaryTensorOp<V1,Op> > TensorEngine< D, T, UnaryTensorOp< V1, Op > >::This_t

Member Enumeration Documentation

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

Constructor & Destructor Documentation

template<int D, class T , class V1 , class Op >
TensorEngine< D, T, UnaryTensorOp< V1, Op > >::TensorEngine ( const V1 &  v1) [inline, explicit]

Member Function Documentation

template<int D, class T , class V1 , class Op >
Element_t TensorEngine< D, T, UnaryTensorOp< V1, Op > >::operator() ( int  i,
int  j 
) const [inline]

Friends And Related Function Documentation

template<int D, class T , class V1 , class Op >
friend struct TensorEngineElem [friend]

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