Detailed Description
template<>
struct internal::gemv_selector< OnTheRight, RowMajor, false >
Definition at line 492 of file Product.h.
#include <src/Core/Product.h>
List of all members.
Static Public Member Functions |
template<typename ProductType , typename Dest > |
static void | run (const ProductType &prod, Dest &dest, typename ProductType::Scalar alpha) |
Member Function Documentation
template<typename ProductType , typename Dest >
static void internal::gemv_selector< OnTheRight, RowMajor, false >::run |
( |
const ProductType & |
prod, |
|
|
Dest & |
dest, |
|
|
typename ProductType::Scalar |
alpha |
|
) |
| [inline, static] |