#include <mrpt/math/types_math.h>#include <mrpt/typemeta/TTypeName.h>#include <mrpt/typemeta/num_to_string.h>#include <mrpt/math/point_poses2vectors.h>

Go to the source code of this file.
Classes | |
| class | mrpt::math::CArrayNumeric< T, N > |
| CArrayNumeric is an array for numeric types supporting several mathematical operations (actually, just a wrapper on Eigen::Matrix<T,N,1>) More... | |
| struct | mrpt::typemeta::TTypeName< mrpt::math::CArrayNumeric< T, N > > |
| struct | mrpt::typemeta::TTypeName< mrpt::math::CArrayDouble< N > > |
| struct | mrpt::typemeta::TTypeName< mrpt::math::CArrayFloat< N > > |
Namespaces | |
| mrpt | |
| This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries. | |
| mrpt::math | |
| This base provides a set of functions for maths stuff. | |
| mrpt::typemeta | |
Typedefs | |
| template<std::size_t N> | |
| using | mrpt::math::CArrayFloat = CArrayNumeric< float, N > |
| A partial specialization of CArrayNumeric for float numbers. More... | |
| template<std::size_t N> | |
| using | mrpt::math::CArrayDouble = CArrayNumeric< double, N > |
| A partial specialization of CArrayNumeric for double numbers. More... | |
| template<std::size_t N> | |
| using | mrpt::math::CArrayInt = CArrayNumeric< int, N > |
| A partial specialization of CArrayNumeric for int numbers. More... | |
| template<std::size_t N> | |
| using | mrpt::math::CArrayUInt = CArrayNumeric< unsigned int, N > |
| A partial specialization of CArrayNumeric for unsigned int numbers. More... | |
| Page generated by Doxygen 1.8.17 for MRPT 1.9.9 Git: ad3a9d8ae Tue May 1 23:10:22 2018 -0700 at miƩ 12 jul 2023 10:03:34 CEST |