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 130 of file PlayaVectorFunctorsImpl.hpp.
| PlayaFunctors::DotStar< Scalar >::DotStar | ( | ) | [inline] |
Definition at line 134 of file PlayaVectorFunctorsImpl.hpp.
| std::string PlayaFunctors::DotStar< Scalar >::description | ( | ) | const [inline] |
Definition at line 141 of file PlayaVectorFunctorsImpl.hpp.
| Scalar PlayaFunctors::DotStar< Scalar >::operator() | ( | const Scalar & | x, |
| const Scalar & | y | ||
| ) | const [inline] |
Definition at line 137 of file PlayaVectorFunctorsImpl.hpp.