#include <mrpt/utils/core_defs.h>
#include <stdexcept>
#include <mrpt/utils/TTypeName.h>
Go to the source code of this file.
|
namespace | mrpt |
| This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries.
|
|
namespace | mrpt::math |
| This base provides a set of functions for maths stuff.
|
|
|
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) |
|