Definition at line 213 of file Product.h.
#include <src/Core/Product.h>

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. | |
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.
Reimplemented from Matrix< internal::scalar_product_traits< Lhs::Scalar, Rhs::Scalar >::ReturnType, 1, 1 >.
| 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().
| GeneralProduct< Lhs, Rhs, InnerProduct >::operator const typename Base::Scalar | ( | ) | const [inline] |
| Page generated by Doxygen 1.7.2 for MRPT 0.9.4 SVN: at Mon Jan 10 22:30:30 UTC 2011 |