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

GeneralProduct< Lhs, Rhs, InnerProduct > Class Template Reference


Detailed Description

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

Definition at line 213 of file Product.h.

#include <src/Core/Product.h>

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

List of all members.

Public Member Functions

 GeneralProduct (const Lhs &lhs, const Rhs &rhs)
 operator const typename Base::Scalar () const
 Convertion to scalar.

Private Types

typedef Matrix< typename
internal::scalar_product_traits
< typename Lhs::Scalar,
typename Rhs::Scalar >
::ReturnType, 1, 1 > 
Base
 Base class typedef.

Member Typedef Documentation

template<typename Lhs , typename Rhs >
typedef Matrix<typename internal::scalar_product_traits<typename Lhs::Scalar, typename Rhs::Scalar>::ReturnType,1,1> GeneralProduct< Lhs, Rhs, InnerProduct >::Base [private]

Base class typedef.

See also:
PlainObjectBase

Reimplemented from Matrix< internal::scalar_product_traits< Lhs::Scalar, Rhs::Scalar >::ReturnType, 1, 1 >.

Definition at line 217 of file Product.h.


Constructor & Destructor Documentation

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

Definition at line 219 of file Product.h.

References EIGEN_STATIC_ASSERT, and mrpt::math::sum().


Member Function Documentation

template<typename Lhs , typename Rhs >
GeneralProduct< Lhs, Rhs, InnerProduct >::operator const typename Base::Scalar (  ) const [inline]

Convertion to scalar.

Definition at line 228 of file Product.h.




Page generated by Doxygen 1.7.2 for MRPT 0.9.4 SVN: at Mon Jan 10 22:30:30 UTC 2011