Classes | |
| class | VectorFunctorTraits |
| This traits class specifies the return type of a reduction functor. If not specialized, the default return type will be a Scalar. More... | |
| class | ReductionFunctorBase |
| Base class for reduction functors. More... | |
| struct | IndexedValue |
| IndexedValue is the return type for reduction operations such as MinLoc that return a location and a value. More... | |
| class | Abs |
| Elementwise absolute value. More... | |
| class | Reciprocal |
| Elementwise reciprocal. More... | |
| class | Random |
| Set each element to a random scalar. More... | |
| class | ScalarMult |
| Multiplication by a scalar. More... | |
| class | Identity |
| Identity functor, used for copying. More... | |
| class | SetConstant |
| Setting all elements to a constant. More... | |
| class | DotStar |
| Elementwise product (matlab dot star). More... | |
| class | DotSlash |
| Elementwise quotient (matlab dot slash). More... | |
| class | XPlusBetaY |
| x + b*y More... | |
| class | LC2 |
| Linear combination of two vectors. More... | |
| class | LC3 |
| Linear combination of three vectors. More... | |
| class | Norm2 |
| Euclidean norm of a vector. More... | |
| class | WeightedNorm2 |
| Weighted 2-norm of a vector. More... | |
| class | Norm1 |
| 1-norm of a vector More... | |
| class | NormInf |
| Infinity norm of a vector. More... | |
| class | DotProduct |
| Dot product of two vectors. More... | |
| class | Min |
| Find value of minimum element of a vector. More... | |
| class | Max |
| Find value of minimum element of a vector. More... | |
| class | BoundedMinLocFunctor |
| Find minimum element above a lower bound, returning value and location. More... | |
| class | BoundedMaxLocFunctor |
| Find maximum element below an upper bound, returning value and location. More... | |
| class | Norm2Dist |
| Euclidean distance between two vectors. More... | |
| class | Norm1Dist |
| One-norm distance between two vectors. More... | |
| class | NormInfDist |
| Infinity-norm distance between two vectors. More... | |
| class | VectorFunctorTraits< Scalar, BoundedMinLocFunctor< Scalar > > |
| Specify return type of BoundedMinLocFunctor. More... | |
| class | VectorFunctorTraits< Scalar, BoundedMaxLocFunctor< Scalar > > |
| Specify return type of BoundedMaxLocFunctor. More... | |