Go to the source code of this file.
 | 
|    | 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 | 
|   | 
 | 
| 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...
  | 
|   |