FreePOOMA  2.4.1
Public Types | Public Member Functions | Friends
TinyMatrixEngine< D1, D2, T, UnaryTinyMatrixOp< V1, Op > > Class Template Reference

#include <UnaryTinyMatrixOp.h>

List of all members.

Public Types

enum  { dimensions = 2 }
typedef T Element_t
typedef UnaryTinyMatrixOp< V1, Op > EngineTag_t
typedef T ConstElementRef_t
typedef T ElementRef_t
typedef TinyMatrixEngine< D1,
D2, T, UnaryTinyMatrixOp< V1,
Op > > 
This_t

Public Member Functions

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

Friends

struct TinyMatrixEngineElem

template<int D1, int D2, class T, class V1, class Op>
class TinyMatrixEngine< D1, D2, T, UnaryTinyMatrixOp< V1, Op > >


Member Typedef Documentation

template<int D1, int D2, class T , class V1 , class Op >
typedef T TinyMatrixEngine< D1, D2, T, UnaryTinyMatrixOp< V1, Op > >::Element_t
template<int D1, int D2, class T , class V1 , class Op >
typedef UnaryTinyMatrixOp<V1,Op> TinyMatrixEngine< D1, D2, T, UnaryTinyMatrixOp< V1, Op > >::EngineTag_t
template<int D1, int D2, class T , class V1 , class Op >
typedef T TinyMatrixEngine< D1, D2, T, UnaryTinyMatrixOp< V1, Op > >::ConstElementRef_t
template<int D1, int D2, class T , class V1 , class Op >
typedef T TinyMatrixEngine< D1, D2, T, UnaryTinyMatrixOp< V1, Op > >::ElementRef_t
template<int D1, int D2, class T , class V1 , class Op >
typedef TinyMatrixEngine<D1,D2,T, UnaryTinyMatrixOp<V1,Op> > TinyMatrixEngine< D1, D2, T, UnaryTinyMatrixOp< V1, Op > >::This_t

Member Enumeration Documentation

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

Constructor & Destructor Documentation

template<int D1, int D2, class T , class V1 , class Op >
TinyMatrixEngine< D1, D2, T, UnaryTinyMatrixOp< V1, Op > >::TinyMatrixEngine ( const V1 &  v1) [inline, explicit]

Member Function Documentation

template<int D1, int D2, class T , class V1 , class Op >
Element_t TinyMatrixEngine< D1, D2, T, UnaryTinyMatrixOp< V1, Op > >::operator() ( int  i,
int  j 
) const [inline]

Friends And Related Function Documentation

template<int D1, int D2, class T , class V1 , class Op >
friend struct TinyMatrixEngineElem [friend]

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