CMatrixTemplate.h File Reference
#include <mrpt/utils/utils_defs.h>
Go to the source code of this file.
|
Classes |
| class | mrpt::math::CMatrixTemplate< T > |
| | This template class provides the basic functionality for a general 2D any-size, resizable container of numerical or non-numerical elements. More...
|
Namespaces |
| namespace | mrpt |
| | The main namespace for all the Mobile Robot Programming Toolkit (MRPT) C++ libraries.
|
| namespace | mrpt::math |
| | This base provides a set of functions for maths stuff.
|
Functions |
| template<class T > |
| std::ostream & | mrpt::math::operator<< (std::ostream &ostrm, const CMatrixTemplate< T > &m) |
| | Textual output stream function.
|
| template<class T > |
| size_t | mrpt::math::size (const CMatrixTemplate< T > &m, int dim) |
| | Returns the size of the matrix in the i'th dimension: 1=rows, 2=columns (MATLAB-compatible function).
|