ICRS Eurobot 2013

Dependencies:   mbed mbed-rtos Servo QEI

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.