MRPT
1.9.9
|
#include <mrpt/containers/vector_with_small_size_optimization.h>
#include <mrpt/core/exceptions.h>
#include <mrpt/core/format.h>
#include <mrpt/math/MatrixBase.h>
#include <mrpt/math/math_frwds.h>
#include <mrpt/math/matrix_size_t.h>
#include <mrpt/typemeta/TTypeName.h>
#include <algorithm>
#include <cstring>
#include <type_traits>
Go to the source code of this file.
Classes | |
class | mrpt::math::CMatrixDynamic< T > |
This template class provides the basic functionality for a general 2D any-size, resizable container of numerical or non-numerical elements. More... | |
struct | mrpt::typemeta::TTypeName< mrpt::math::CMatrixDynamic< T > > |
Namespaces | |
mrpt::math | |
This base provides a set of functions for maths stuff. | |
mrpt::typemeta | |
Typedefs | |
using | mrpt::math::CMatrixBool = CMatrixDynamic< bool > |
Declares a matrix of booleans (non serializable). More... | |
using | mrpt::math::CMatrixFloat = CMatrixDynamic< float > |
Declares a matrix of float numbers (non serializable). More... | |
using | mrpt::math::CMatrixDouble = CMatrixDynamic< double > |
Declares a matrix of double numbers (non serializable). More... | |
using | mrpt::math::CMatrixUInt = CMatrixDynamic< unsigned int > |
Declares a matrix of unsigned ints (non serializable). More... | |
using | mrpt::math::CMatrixLongDouble = CMatrixDynamic< double > |
Declares a matrix of "long doubles" (non serializable), or of "doubles" if the compiler does not support "long double". More... | |
Page generated by Doxygen 1.8.14 for MRPT 1.9.9 Git: 8fe78517f Sun Jul 14 19:43:28 2019 +0200 at lun oct 28 02:10:00 CET 2019 |