CVectorTemplate.h File Reference
#include <mrpt/utils/utils_defs.h>
#include <mrpt/math/CMatrixTemplateNumeric.h>
Go to the source code of this file.
|
Classes |
class | mrpt::math::CVectorTemplate< T > |
| This template class provides the basic functionality for a general 1D any-size, resizable container of numerical or non-numerical elements. More...
|
Namespaces |
namespace | mrpt |
| This is the global namespace for all Mobile Robot Porgramming Toolkit (MRPT) libraries.
|
namespace | mrpt::math |
| This base provides a set of functions for maths stuff.
|
Typedefs |
typedef CVectorTemplate< float > | mrpt::math::CVectorFloat |
| Declares a vector of float elements.
|
typedef CVectorTemplate< double > | mrpt::math::CVectorDouble |
| Declares a vector of double elements.
|