#include <TinyMatrixElements.h>
Public Types | |
typedef V | Element_t |
typedef const V & | ConstElementRef_t |
typedef V & | ElementRef_t |
Static Public Member Functions | |
static ConstElementRef_t | get (const V &x) |
static ElementRef_t | get (V &x) |
typedef V TinyMatrixElem< V, I, J >::Element_t |
typedef const V& TinyMatrixElem< V, I, J >::ConstElementRef_t |
typedef V& TinyMatrixElem< V, I, J >::ElementRef_t |
static ConstElementRef_t TinyMatrixElem< V, I, J >::get | ( | const V & | x | ) | [inline, static] |
static ElementRef_t TinyMatrixElem< V, I, J >::get | ( | V & | x | ) | [inline, static] |