Public Member Functions
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 167 of file PlayaVectorFunctorsImpl.hpp.


Constructor & Destructor Documentation

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

Definition at line 171 of file PlayaVectorFunctorsImpl.hpp.


Member Function Documentation

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

Definition at line 178 of file PlayaVectorFunctorsImpl.hpp.

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

Definition at line 174 of file PlayaVectorFunctorsImpl.hpp.

Site Contact