MRPT  1.9.9
CVectorFixed.h File Reference
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 1.9.9 Git: 8fe78517f Sun Jul 14 19:43:28 2019 +0200 at lun oct 28 02:10:00 CET 2019