Public Types | Public Member Functions
GeneralProduct< Lhs, Rhs, GemvProduct > Class Template Reference

#include <Product.h>

Inheritance diagram for GeneralProduct< Lhs, Rhs, GemvProduct >:
Inheritance graph
[legend]

List of all members.

Public Types

enum  { Side = Lhs::IsVectorAtCompileTime ? OnTheLeft : OnTheRight }
typedef Lhs::Scalar LhsScalar
typedef internal::conditional
< int(Side)==OnTheRight,
_LhsNested, _RhsNested >::type 
MatrixType
typedef Rhs::Scalar RhsScalar

Public Member Functions

 GeneralProduct (const Lhs &lhs, const Rhs &rhs)
template<typename Dest >
void scaleAndAddTo (Dest &dst, Scalar alpha) const

Detailed Description

template<typename Lhs, typename Rhs>
class GeneralProduct< Lhs, Rhs, GemvProduct >

Definition at line 318 of file Product.h.


Member Typedef Documentation

template<typename Lhs , typename Rhs >
typedef Lhs::Scalar GeneralProduct< Lhs, Rhs, GemvProduct >::LhsScalar

Reimplemented from ProductBase< GeneralProduct< Lhs, Rhs, GemvProduct >, Lhs, Rhs >.

Definition at line 324 of file Product.h.

template<typename Lhs , typename Rhs >
typedef internal::conditional<int(Side)==OnTheRight,_LhsNested,_RhsNested>::type GeneralProduct< Lhs, Rhs, GemvProduct >::MatrixType

Definition at line 334 of file Product.h.

template<typename Lhs , typename Rhs >
typedef Rhs::Scalar GeneralProduct< Lhs, Rhs, GemvProduct >::RhsScalar

Reimplemented from ProductBase< GeneralProduct< Lhs, Rhs, GemvProduct >, Lhs, Rhs >.

Definition at line 325 of file Product.h.


Member Enumeration Documentation

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

Definition at line 333 of file Product.h.


Constructor & Destructor Documentation

template<typename Lhs , typename Rhs >
GeneralProduct< Lhs, Rhs, GemvProduct >::GeneralProduct ( const Lhs &  lhs,
const Rhs &  rhs 
) [inline]

Definition at line 327 of file Product.h.


Member Function Documentation

template<typename Lhs , typename Rhs >
template<typename Dest >
void GeneralProduct< Lhs, Rhs, GemvProduct >::scaleAndAddTo ( Dest &  dst,
Scalar  alpha 
) const [inline]

Reimplemented from ProductBase< GeneralProduct< Lhs, Rhs, GemvProduct >, Lhs, Rhs >.

Definition at line 336 of file Product.h.


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


re_vision
Author(s): Dorian Galvez-Lopez
autogenerated on Sun Jan 5 2014 11:34:07