PlayaFunctors::DotStar< Scalar > Class Template Reference

Elementwise product (matlab dot star). More...

List of all members.

Public Member Functions

 DotStar ()
Scalar operator() (const Scalar &x, const Scalar &y) const
std::string description () const


Detailed Description

template<class Scalar>
class PlayaFunctors::DotStar< Scalar >

Elementwise product (matlab dot star).

Definition at line 130 of file PlayaVectorFunctorsImpl.hpp.


Constructor & Destructor Documentation

template<class Scalar >
PlayaFunctors::DotStar< Scalar >::DotStar (  )  [inline]

Definition at line 134 of file PlayaVectorFunctorsImpl.hpp.


Member Function Documentation

template<class Scalar >
std::string PlayaFunctors::DotStar< Scalar >::description (  )  const [inline]

Definition at line 141 of file PlayaVectorFunctorsImpl.hpp.

template<class Scalar >
Scalar PlayaFunctors::DotStar< Scalar >::operator() ( const Scalar &  x,
const Scalar &  y 
) const [inline]

Definition at line 137 of file PlayaVectorFunctorsImpl.hpp.

Site Contact