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 Eurobot2013 by
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 Tue Jul 12 2022 18:53:26 by
 1.7.2 
    