PlayaFunctors::LC2< Scalar > Class Template Reference

Linear combination of two vectors. More...

List of all members.

Public Member Functions

 LC2 (const Scalar &a, const Scalar &b)
Scalar operator() (const Scalar &x, const Scalar &y) const
std::string description () const

Private Attributes

Scalar a_
Scalar b_


Detailed Description

template<class Scalar>
class PlayaFunctors::LC2< Scalar >

Linear combination of two vectors.

Definition at line 186 of file PlayaVectorFunctorsImpl.hpp.


Constructor & Destructor Documentation

template<class Scalar >
PlayaFunctors::LC2< Scalar >::LC2 ( const Scalar &  a,
const Scalar &  b 
) [inline]

Definition at line 190 of file PlayaVectorFunctorsImpl.hpp.


Member Function Documentation

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

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


Member Data Documentation

template<class Scalar >
Scalar PlayaFunctors::LC2< Scalar >::a_ [private]

template<class Scalar >
Scalar PlayaFunctors::LC2< Scalar >::b_ [private]

Site Contact