This is the Tiny Vector Matrix Expression Templates library found at http://tvmet.sourceforge.net. It is the fastest and most compact matrix lib out there (for < 10x10 matricies). I have done some minor tweaks to make it compile for mbed. For examples and hints on how to use, see: http://tvmet.sourceforge.net/usage.html

Dependents:   Eurobot_2012_Secondary

Embed: (wiki syntax)

« Back to documentation index

tvmet::meta Namespace Reference

tvmet::meta Namespace Reference

Meta stuff inside here. More...

Data Structures

class  gemm
 Meta class for matrix-matrix operations, like product using formula

\[ M_1\,M_2 \]

. More...

class  gemmt
 Meta class for product matrix-transpose(matrix) operations. More...
class  gemtm
 Meta class for trans(matrix)-matrix operations, like product. More...
class  gemtv
 Meta class for matrix-transpose-vector operations. More...
class  gemv
 Meta class for matrix-vector operations. More...
class  Matrix
 Meta Matrix class using expression and meta templates. More...
class  Vector
 Meta Vector class using expression templates. More...

Detailed Description

Meta stuff inside here.