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.
Fork of Eurobot_2012_Secondary by
gemmt< Rows1, Cols1, Cols2, K > Class Template Reference
Meta class for product matrix-transpose(matrix) operations. More...
#include <tvmet/meta/Gemmt.h>
Detailed Description
template<std::size_t Rows1, std::size_t Cols1, std::size_t Cols2, std::size_t K>
class tvmet::meta::gemmt< Rows1, Cols1, Cols2, K >
Meta class for product matrix-transpose(matrix) operations.
,0,0> Gemmt.h "tvmet/meta/Gemmt.h"
using formula
- Note:
- The rows of matrix 2 have to be equal to cols of matrix 1. The result is a rows1 * cols2 matrix.
gemmt Specialized for recursion.
Definition at line 47 of file meta/Gemmt.h.
Generated on Tue Jul 12 2022 21:02:14 by
