Main MRPT website > C++ reference
MRPT logo
Public Types | Public Member Functions

GeneralProduct< Lhs, Rhs, GemvProduct > Class Template Reference


Detailed Description

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

Definition at line 318 of file Product.h.

#include <src/Core/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 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

Member Typedef Documentation

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

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

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]



Page generated by Doxygen 1.7.3 for MRPT 0.9.4 SVN: at Sat Mar 26 06:16:28 UTC 2011