File ops_containers.h
↰ Parent directory (include/mrpt/math)
Definition (include/mrpt/math/ops_containers.h)
Detailed Description
This file implements several operations that operate element-wise on individual or pairs of containers. Containers here means any of: mrpt::math::CVectorTemplace, mrpt::math::CArray, Template Class CMatrixFixed, Template Class CMatrixDynamic.
Includes
algorithmcmathfunctionalmrpt/core/bits_math.hmrpt/math/CHistogram.h(File CHistogram.h)mrpt/math/math_frwds.h(File math_frwds.h)numericops_vectors.h(File ops_vectors.h)type_traits
Included By
Namespaces
Classes
Functions
Template Function mrpt::math::cumsum(const CONTAINER1&, CONTAINER2&)
Template Function mrpt::math::maximum(const Eigen::MatrixBase<Derived>&)
Template Function mrpt::math::maximum(const std::vector<T>&)
Template Function mrpt::math::minimum(const Eigen::MatrixBase<Derived>&)
Template Function mrpt::math::minimum(const std::vector<T>&)
Template Function mrpt::math::resizeLike(EIGEN_CONTAINER&, const EIGEN_CONTAINER&)
Template Function mrpt::math::resizeLike(std::vector<T>&, const std::vector<T>&)