A matrix of dynamic size.
Basically, this class is a wrapper on Eigen::Matrix<T,Dynamic,Dynamic>, but with a RowMajor element memory layout (except for column vectors).
Definition at line 37 of file CMatrixTemplateNumeric.h.
#include <mrpt/math/CMatrixTemplateNumeric.h>
Public Types | |
typedef Eigen::Matrix< T, Eigen::Dynamic, Eigen::Dynamic, Eigen::AutoAlign|Eigen::RowMajor > | Base |
typedef CMatrixTemplateNumeric< T > | mrpt_autotype |
Public Member Functions | |
CMatrixTemplateNumeric () | |
Default constructor, builds a 1x1 matrix. More... | |
CMatrixTemplateNumeric (TConstructorFlags_Matrices) | |
Constructor that builds a 0x0 matrix (that is, uninitialized), for usage in places where efficiency is a priority. More... | |
CMatrixTemplateNumeric (size_t row, size_t col) | |
Constructor, creates a matrix of the given size, filled with zeros. More... | |
typedef Eigen::Matrix<T, Eigen::Dynamic, Eigen::Dynamic, Eigen::AutoAlign | Eigen::RowMajor> mrpt::math::CMatrixTemplateNumeric< T >::Base |
Definition at line 47 of file CMatrixTemplateNumeric.h.
typedef CMatrixTemplateNumeric<T> mrpt::math::CMatrixTemplateNumeric< T >::mrpt_autotype |
Definition at line 48 of file CMatrixTemplateNumeric.h.
|
inline |
Default constructor, builds a 1x1 matrix.
Definition at line 53 of file CMatrixTemplateNumeric.h.
|
inline |
Constructor that builds a 0x0 matrix (that is, uninitialized), for usage in places where efficiency is a priority.
Use as:
Definition at line 61 of file CMatrixTemplateNumeric.h.
|
inline |
Constructor, creates a matrix of the given size, filled with zeros.
Definition at line 63 of file CMatrixTemplateNumeric.h.
Page generated by Doxygen 1.8.14 for MRPT 1.9.9 Git: ae4571287 Thu Nov 23 00:06:53 2017 +0100 at dom oct 27 23:51:55 CET 2019 |