#include <UnaryTensorOp.h>
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 |
typedef T TensorEngine< D, T, UnaryTensorOp< V1, Op > >::Element_t |
typedef UnaryTensorOp<V1,Op> TensorEngine< D, T, UnaryTensorOp< V1, Op > >::EngineTag_t |
typedef T TensorEngine< D, T, UnaryTensorOp< V1, Op > >::ConstElementRef_t |
typedef T TensorEngine< D, T, UnaryTensorOp< V1, Op > >::ElementRef_t |
typedef TensorEngine<D,T, UnaryTensorOp<V1,Op> > TensorEngine< D, T, UnaryTensorOp< V1, Op > >::This_t |
TensorEngine< D, T, UnaryTensorOp< V1, Op > >::TensorEngine | ( | const V1 & | v1 | ) | [inline, explicit] |
Element_t TensorEngine< D, T, UnaryTensorOp< V1, Op > >::operator() | ( | int | i, | |
int | j | |||
) | const [inline] |
friend struct TensorEngineElem [friend] |