This is some awesome robot code

Dependencies:   mbed-rtos mbed QEI

Fork of ICRSEurobot13 by Thomas Branch

Embed: (wiki syntax)

« Back to documentation index

gemv< Rows, Cols, J > Class Template Reference

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

\[ M\,v \]

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.