MRPT  2.0.4
Classes | Namespaces | Typedefs
CVectorFixed.h File Reference
#include <mrpt/math/CMatrixFixed.h>
#include <mrpt/typemeta/TTypeName.h>
#include <mrpt/typemeta/num_to_string.h>
Include dependency graph for CVectorFixed.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  mrpt::typemeta::TTypeName< mrpt::math::CVectorFixed< T, N > >
 
struct  mrpt::typemeta::TTypeName< mrpt::math::CVectorFixedDouble< N > >
 
struct  mrpt::typemeta::TTypeName< mrpt::math::CVectorFixedFloat< 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<typename T , std::size_t N>
using mrpt::math::CVectorFixed = CMatrixFixed< T, N, 1 >
 CVectorFixed is an array for numeric types supporting several mathematical operations (actually, just a wrapper on Eigen::Matrix<T,N,1>) More...
 
template<std::size_t N>
using mrpt::math::CVectorFixedFloat = CVectorFixed< float, N >
 Specialization of CVectorFixed for float numbers. More...
 
template<std::size_t N>
using mrpt::math::CVectorFixedDouble = CVectorFixed< double, N >
 Specialization of CVectorFixed for double numbers. More...
 



Page generated by Doxygen 1.8.14 for MRPT 2.0.4 Git: 33de1d0ad Sat Jun 20 11:02:42 2020 +0200 at sáb jun 20 17:35:17 CEST 2020