Public Types | Public Member Functions

GeneralProduct< Lhs, Rhs, GemvProduct > Class Template Reference

#include <Product.h>

Inheritance diagram for GeneralProduct< Lhs, Rhs, GemvProduct >:
ProductBase< GeneralProduct< Lhs, Rhs, GemvProduct >, Lhs, Rhs > MatrixBase< GeneralProduct< Lhs, Rhs, GemvProduct > > DenseBase< GeneralProduct< Lhs, Rhs, GemvProduct > > internal::special_scalar_op_base< Derived, Scalar, OtherScalar, EnableIt > DenseCoeffsBase

List of all members.

Public Types

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

Public Member Functions

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

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


Member Typedef Documentation

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

Member Enumeration Documentation

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

Constructor & Destructor Documentation

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

Member Function Documentation

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

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