Public Types | Static Public Member Functions | List of all members
Eigen::internal::generic_product_impl< Lhs, Rhs, DenseShape, DenseShape, GemvProduct > Struct Template Reference

#include <ProductEvaluators.h>

Inheritance diagram for Eigen::internal::generic_product_impl< Lhs, Rhs, DenseShape, DenseShape, GemvProduct >:
Inheritance graph
[legend]

Public Types

enum  { Side = Lhs::IsVectorAtCompileTime ? OnTheLeft : OnTheRight }
 
typedef nested_eval< Lhs, 1 >::type LhsNested
 
typedef internal::remove_all< typename internal::conditional< int(Side)==OnTheRight, LhsNested, RhsNested >::type >::type MatrixType
 
typedef nested_eval< Rhs, 1 >::type RhsNested
 
typedef Product< Lhs, Rhs >::Scalar Scalar
 
- Public Types inherited from Eigen::internal::generic_product_impl_base< Lhs, Rhs, generic_product_impl< Lhs, Rhs, DenseShape, DenseShape, GemvProduct > >
typedef Product< Lhs, Rhs >::Scalar Scalar
 

Static Public Member Functions

template<typename Dest >
static EIGEN_STRONG_INLINE void scaleAndAddTo (Dest &dst, const Lhs &lhs, const Rhs &rhs, const Scalar &alpha)
 
- Static Public Member Functions inherited from Eigen::internal::generic_product_impl_base< Lhs, Rhs, generic_product_impl< Lhs, Rhs, DenseShape, DenseShape, GemvProduct > >
static EIGEN_STRONG_INLINE void addTo (Dst &dst, const Lhs &lhs, const Rhs &rhs)
 
static EIGEN_STRONG_INLINE void evalTo (Dst &dst, const Lhs &lhs, const Rhs &rhs)
 
static EIGEN_STRONG_INLINE void scaleAndAddTo (Dst &dst, const Lhs &lhs, const Rhs &rhs, const Scalar &alpha)
 
static EIGEN_STRONG_INLINE void subTo (Dst &dst, const Lhs &lhs, const Rhs &rhs)
 

Detailed Description

template<typename Lhs, typename Rhs>
struct Eigen::internal::generic_product_impl< Lhs, Rhs, DenseShape, DenseShape, GemvProduct >

Definition at line 366 of file ProductEvaluators.h.

Member Typedef Documentation

template<typename Lhs , typename Rhs >
typedef nested_eval<Lhs,1>::type Eigen::internal::generic_product_impl< Lhs, Rhs, DenseShape, DenseShape, GemvProduct >::LhsNested

Definition at line 369 of file ProductEvaluators.h.

Definition at line 373 of file ProductEvaluators.h.

template<typename Lhs , typename Rhs >
typedef nested_eval<Rhs,1>::type Eigen::internal::generic_product_impl< Lhs, Rhs, DenseShape, DenseShape, GemvProduct >::RhsNested

Definition at line 370 of file ProductEvaluators.h.

template<typename Lhs , typename Rhs >
typedef Product<Lhs,Rhs>::Scalar Eigen::internal::generic_product_impl< Lhs, Rhs, DenseShape, DenseShape, GemvProduct >::Scalar

Definition at line 371 of file ProductEvaluators.h.

Member Enumeration Documentation

template<typename Lhs , typename Rhs >
anonymous enum
Enumerator
Side 

Definition at line 372 of file ProductEvaluators.h.

Member Function Documentation

template<typename Lhs , typename Rhs >
template<typename Dest >
static EIGEN_STRONG_INLINE void Eigen::internal::generic_product_impl< Lhs, Rhs, DenseShape, DenseShape, GemvProduct >::scaleAndAddTo ( Dest &  dst,
const Lhs lhs,
const Rhs rhs,
const Scalar alpha 
)
inlinestatic

Definition at line 376 of file ProductEvaluators.h.


The documentation for this struct was generated from the following file:


hebiros
Author(s): Xavier Artache , Matthew Tesch
autogenerated on Thu Sep 3 2020 04:10:37