Main MRPT website > C++ reference for MRPT 1.4.0
Classes | Namespaces | Functions
CArray.h File Reference
#include <mrpt/utils/core_defs.h>
#include <stdexcept>
#include <mrpt/utils/TTypeName.h>

Go to the source code of this file.

Classes

class  mrpt::math::CArray< T, N >
 A STL container (as wrapper) for arrays of constant size defined at compile time - Users will most likely prefer to use CArrayPOD and its derived classes instead. More...
 
class  mrpt::math::CArray< T, 0 >
 
struct  mrpt::math::CMatrixTemplateSize
 Auxiliary class used in CMatrixTemplate:size(), CMatrixTemplate::resize(), CMatrixFixedNumeric::size(), CMatrixFixedNumeric::resize(), to mimic the behavior of STL-containers. More...
 

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.
 

Functions

template<class T , std::size_t N>
bool mrpt::math::operator== (const CArray< T, N > &x, const CArray< T, N > &y)
 
template<class T , std::size_t N>
bool mrpt::math::operator< (const CArray< T, N > &x, const CArray< T, N > &y)
 
template<class T , std::size_t N>
bool mrpt::math::operator!= (const CArray< T, N > &x, const CArray< T, N > &y)
 
template<class T , std::size_t N>
bool mrpt::math::operator> (const CArray< T, N > &x, const CArray< T, N > &y)
 
template<class T , std::size_t N>
bool mrpt::math::operator<= (const CArray< T, N > &x, const CArray< T, N > &y)
 
template<class T , std::size_t N>
bool mrpt::math::operator>= (const CArray< T, N > &x, const CArray< T, N > &y)
 



Page generated by Doxygen 1.8.16 for MRPT 1.4.0 SVN: at Mon Oct 14 23:08:25 UTC 2019