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
Fork of ICRSEurobot13 by
gemv< Rows, Cols, J > Class Template Reference
Meta class for matrix-vector operations. More...
#include <tvmet/meta/Gemv.h>
Static Public Member Functions | |
| template<class E1 , class E2 > | |
| static PromoteTraits< typename E1::value_type, typename E2::value_type >::value_type | prod (const E1 &lhs, const E2 &rhs, std::size_t i) |
| Meta template for Matrix lhs Vector rhs product. | |
Detailed Description
template<std::size_t Rows, std::size_t Cols, std::size_t J>
class tvmet::meta::gemv< Rows, Cols, J >
Meta class for matrix-vector operations.
,0> Gemv.h "tvmet/meta/Gemv.h"
using formula
gemv Specialized for recursion
Definition at line 44 of file meta/Gemv.h.
Member Function Documentation
| static PromoteTraits< typename E1::value_type, typename E2::value_type >::value_type prod | ( | const E1 & | lhs, |
| const E2 & | rhs, | ||
| std::size_t | i | ||
| ) | [static] |
Meta template for Matrix lhs Vector rhs product.
Definition at line 63 of file meta/Gemv.h.
Generated on Tue Jul 12 2022 18:57:57 by
1.7.2
