#include <TinyMatrixOperators.h>

Public Types | |
| enum | { dimensions = 2 } |
| typedef T | Element_t |
| typedef FnDot | Op |
| typedef BinaryTinyMatrixOp< V1, V2, Op > | EngineTag_t |
| typedef T | ConstElementRef_t |
| typedef T | ElementRef_t |
| typedef TinyMatrixEngine< D1, D2, T, BinaryTinyMatrixOp< V1, V2, Op > > | This_t |
Public Member Functions | |
| TinyMatrixEngine (const V1 &v1, const V2 &v2, Op op) | |
| TinyMatrixEngine (const V1 &v1, const V2 &v2) | |
| TinyMatrixEngine (const This_t &x) | |
| ~TinyMatrixEngine () | |
Friends | |
| struct | TinyMatrixEngineElem |
| typedef T TinyMatrixEngine< D1, D2, T, BinaryTinyMatrixOp< V1, V2, FnDot > >::Element_t |
| typedef FnDot TinyMatrixEngine< D1, D2, T, BinaryTinyMatrixOp< V1, V2, FnDot > >::Op |
| typedef BinaryTinyMatrixOp<V1,V2,Op> TinyMatrixEngine< D1, D2, T, BinaryTinyMatrixOp< V1, V2, FnDot > >::EngineTag_t |
| typedef T TinyMatrixEngine< D1, D2, T, BinaryTinyMatrixOp< V1, V2, FnDot > >::ConstElementRef_t |
| typedef T TinyMatrixEngine< D1, D2, T, BinaryTinyMatrixOp< V1, V2, FnDot > >::ElementRef_t |
| typedef TinyMatrixEngine<D1,D2,T, BinaryTinyMatrixOp<V1,V2,Op> > TinyMatrixEngine< D1, D2, T, BinaryTinyMatrixOp< V1, V2, FnDot > >::This_t |
| TinyMatrixEngine< D1, D2, T, BinaryTinyMatrixOp< V1, V2, FnDot > >::TinyMatrixEngine | ( | const V1 & | v1, | |
| const V2 & | v2, | |||
| Op | op | |||
| ) | [inline] |
| TinyMatrixEngine< D1, D2, T, BinaryTinyMatrixOp< V1, V2, FnDot > >::TinyMatrixEngine | ( | const V1 & | v1, | |
| const V2 & | v2 | |||
| ) | [inline] |
| TinyMatrixEngine< D1, D2, T, BinaryTinyMatrixOp< V1, V2, FnDot > >::TinyMatrixEngine | ( | const This_t & | x | ) | [inline] |
| TinyMatrixEngine< D1, D2, T, BinaryTinyMatrixOp< V1, V2, FnDot > >::~TinyMatrixEngine | ( | ) | [inline] |
friend struct TinyMatrixEngineElem [friend] |
1.5.9