Classes | Namespaces | Defines | Functions
ProductBase.h File Reference

Go to the source code of this file.

Classes

struct  internal::nested< GeneralProduct< Lhs, Rhs, Mode >, N, PlainObject >
class  ProductBase< Derived, Lhs, Rhs >
class  ScaledProduct< NestedProduct >
struct  internal::traits< ProductBase< Derived, _Lhs, _Rhs > >
struct  internal::traits< ScaledProduct< NestedProduct > >

Namespaces

namespace  internal

Defines

#define EIGEN_PRODUCT_PUBLIC_INTERFACE(Derived)

Functions

template<typename Derived , typename Lhs , typename Rhs >
const ScaledProduct< Derived > operator* (const ProductBase< Derived, Lhs, Rhs > &prod, typename Derived::Scalar x)
template<typename Derived , typename Lhs , typename Rhs >
internal::enable_if
<!internal::is_same< typename
Derived::Scalar, typename
Derived::RealScalar >::value,
const ScaledProduct< Derived >
>::type 
operator* (const ProductBase< Derived, Lhs, Rhs > &prod, typename Derived::RealScalar x)
template<typename Derived , typename Lhs , typename Rhs >
const ScaledProduct< Derived > operator* (typename Derived::Scalar x, const ProductBase< Derived, Lhs, Rhs > &prod)
template<typename Derived , typename Lhs , typename Rhs >
internal::enable_if
<!internal::is_same< typename
Derived::Scalar, typename
Derived::RealScalar >::value,
const ScaledProduct< Derived >
>::type 
operator* (typename Derived::RealScalar x, const ProductBase< Derived, Lhs, Rhs > &prod)

Define Documentation

#define EIGEN_PRODUCT_PUBLIC_INTERFACE (   Derived)
Value:
typedef ProductBase<Derived, Lhs, Rhs > Base; \
  EIGEN_DENSE_PUBLIC_INTERFACE(Derived) \
  typedef typename Base::LhsNested LhsNested; \
  typedef typename Base::_LhsNested _LhsNested; \
  typedef typename Base::LhsBlasTraits LhsBlasTraits; \
  typedef typename Base::ActualLhsType ActualLhsType; \
  typedef typename Base::_ActualLhsType _ActualLhsType; \
  typedef typename Base::RhsNested RhsNested; \
  typedef typename Base::_RhsNested _RhsNested; \
  typedef typename Base::RhsBlasTraits RhsBlasTraits; \
  typedef typename Base::ActualRhsType ActualRhsType; \
  typedef typename Base::_ActualRhsType _ActualRhsType; \
  using Base::m_lhs; \
  using Base::m_rhs;

Definition at line 59 of file ProductBase.h.


Function Documentation

template<typename Derived , typename Lhs , typename Rhs >
const ScaledProduct<Derived> operator* ( const ProductBase< Derived, Lhs, Rhs > &  prod,
typename Derived::Scalar  x 
)

Definition at line 209 of file ProductBase.h.

template<typename Derived , typename Lhs , typename Rhs >
internal::enable_if<!internal::is_same<typename Derived::Scalar,typename Derived::RealScalar>::value, const ScaledProduct<Derived> >::type operator* ( const ProductBase< Derived, Lhs, Rhs > &  prod,
typename Derived::RealScalar  x 
)

Definition at line 215 of file ProductBase.h.

template<typename Derived , typename Lhs , typename Rhs >
const ScaledProduct<Derived> operator* ( typename Derived::Scalar  x,
const ProductBase< Derived, Lhs, Rhs > &  prod 
)

Definition at line 221 of file ProductBase.h.

template<typename Derived , typename Lhs , typename Rhs >
internal::enable_if<!internal::is_same<typename Derived::Scalar,typename Derived::RealScalar>::value, const ScaledProduct<Derived> >::type operator* ( typename Derived::RealScalar  x,
const ProductBase< Derived, Lhs, Rhs > &  prod 
)

Definition at line 227 of file ProductBase.h.



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