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
gemtv< Rows, Cols, I > Class Template Reference
Meta class for matrix-transpose-vector operations. More...
#include <tvmet/meta/Gemtv.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 j) |
Meta template for Matrix lhs Vector rhs product. |
Detailed Description
template<std::size_t Rows, std::size_t Cols, std::size_t I>
class tvmet::meta::gemtv< Rows, Cols, I >
Meta class for matrix-transpose-vector operations.
,0> Gemtv.h "tvmet/meta/Gemtv.h"
using formula
gemtv Specialized for recursion
Definition at line 44 of file meta/Gemtv.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 | j | ||
) | [static] |
Meta template for Matrix lhs Vector rhs product.
Definition at line 63 of file meta/Gemtv.h.
Generated on Wed Jul 13 2022 18:42:00 by
