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

gemm< Rows1, Cols1, Cols2, K > Class Template Reference

gemm< Rows1, Cols1, Cols2, K > Class Template Reference

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

\[ M_1\,M_2 \]

. More...

#include <tvmet/meta/Gemm.h>


Detailed Description

template<std::size_t Rows1, std::size_t Cols1, std::size_t Cols2, std::size_t K>
class tvmet::meta::gemm< Rows1, Cols1, Cols2, K >

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

\[ M_1\,M_2 \]

.

,0,0> Gemm.h "tvmet/meta/Gemm.h"

Note:
The rows of matrix 2 have to be equal to cols of matrix 1.

gemm Specialized for recursion.

Definition at line 46 of file meta/Gemm.h.