MRPT  1.9.9
CArrayNumeric.h File Reference
Include dependency graph for CArrayNumeric.h:
This graph shows which files directly or indirectly include this file:

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.14 for MRPT 1.9.9 Git: 7d5e6d718 Fri Aug 24 01:51:28 2018 +0200 at lun nov 2 08:35:50 CET 2020