#include <TinyMatrix.h>
Public Types | |
| typedef TinyMatrix< D1, D2, T, E > | V |
| typedef V::Element_t | Element_t |
| typedef V::ElementRef_t | ElementRef_t |
Static Public Member Functions | |
| static ElementRef_t | indexRef (V &t, const Loc< N > &l) |
| static Element_t | index (const V &t, const Loc< N > &l) |
| typedef TinyMatrix<D1, D2, T, E> ComponentAccess< TinyMatrix< D1, D2, T, E >, Loc< N > >::V |
| typedef V::Element_t ComponentAccess< TinyMatrix< D1, D2, T, E >, Loc< N > >::Element_t |
| typedef V::ElementRef_t ComponentAccess< TinyMatrix< D1, D2, T, E >, Loc< N > >::ElementRef_t |
| static ElementRef_t ComponentAccess< TinyMatrix< D1, D2, T, E >, Loc< N > >::indexRef | ( | V & | t, | |
| const Loc< N > & | l | |||
| ) | [inline, static] |
References CTAssert.
| static Element_t ComponentAccess< TinyMatrix< D1, D2, T, E >, Loc< N > >::index | ( | const V & | t, | |
| const Loc< N > & | l | |||
| ) | [inline, static] |
References CTAssert.
1.5.9