Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed-rtos mbed QEI
gemm< Rows1, Cols1, Cols2, K > Class Template Reference
Meta class for matrix-matrix operations, like product using formula
. 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
.
,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.
Generated on Wed Jul 13 2022 18:42:00 by
