Go to the source code of this file.
Classes | |
| class | PlayaFunctors::Abs< Scalar > | 
| Elementwise absolute value.  More... | |
| class | PlayaFunctors::Reciprocal< Scalar > | 
| Elementwise reciprocal.  More... | |
| class | PlayaFunctors::Random< Scalar > | 
| Set each element to a random scalar.  More... | |
| class | PlayaFunctors::ScalarMult< Scalar > | 
| Multiplication by a scalar.  More... | |
| class | PlayaFunctors::Identity< Scalar > | 
| Identity functor, used for copying.  More... | |
| class | PlayaFunctors::SetConstant< Scalar > | 
| Setting all elements to a constant.  More... | |
| class | PlayaFunctors::DotStar< Scalar > | 
| Elementwise product (matlab dot star).  More... | |
| class | PlayaFunctors::DotSlash< Scalar > | 
| Elementwise quotient (matlab dot slash).  More... | |
| class | PlayaFunctors::XPlusBetaY< Scalar > | 
| x + b*y  More... | |
| class | PlayaFunctors::LC2< Scalar > | 
| Linear combination of two vectors.  More... | |
| class | PlayaFunctors::LC3< Scalar > | 
| Linear combination of three vectors.  More... | |
| class | PlayaFunctors::Norm2< Scalar > | 
| Euclidean norm of a vector.  More... | |
| class | PlayaFunctors::WeightedNorm2< Scalar > | 
| Weighted 2-norm of a vector.  More... | |
| class | PlayaFunctors::Norm1< Scalar > | 
| 1-norm of a vector  More... | |
| class | PlayaFunctors::NormInf< Scalar > | 
| Infinity norm of a vector.  More... | |
| class | PlayaFunctors::DotProduct< Scalar > | 
| Dot product of two vectors.  More... | |
| class | PlayaFunctors::Min< Scalar > | 
| Find value of minimum element of a vector.  More... | |
| class | PlayaFunctors::Max< Scalar > | 
| Find value of minimum element of a vector.  More... | |
Namespaces | |
| namespace | PlayaFunctors | 
| Functors for transformation and reduction operations.  | |