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