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