Elementwise product (matlab dot star) More...
Public Member Functions | |
| DotStar () | |
| Scalar | operator() (const Scalar &x, const Scalar &y) const |
| std::string | description () const |
Elementwise product (matlab dot star)
Definition at line 167 of file PlayaVectorFunctorsImpl.hpp.
| PlayaFunctors::DotStar< Scalar >::DotStar | ( | ) | [inline] |
Definition at line 171 of file PlayaVectorFunctorsImpl.hpp.
| std::string PlayaFunctors::DotStar< Scalar >::description | ( | ) | const [inline] |
Definition at line 178 of file PlayaVectorFunctorsImpl.hpp.
| Scalar PlayaFunctors::DotStar< Scalar >::operator() | ( | const Scalar & | x, |
| const Scalar & | y | ||
| ) | const [inline] |
Definition at line 174 of file PlayaVectorFunctorsImpl.hpp.