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 32 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 42 of file CMatrixTemplateNumeric.h.
typedef CMatrixTemplateNumeric<T> mrpt::math::CMatrixTemplateNumeric< T >::mrpt_autotype |
Definition at line 43 of file CMatrixTemplateNumeric.h.
|
inline |
Default constructor, builds a 1x1 matrix.
Definition at line 48 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 56 of file CMatrixTemplateNumeric.h.
|
inline |
Constructor, creates a matrix of the given size, filled with zeros.
Definition at line 59 of file CMatrixTemplateNumeric.h.
Page generated by Doxygen 1.8.14 for MRPT 1.5.9 Git: 690a4699f Wed Apr 15 19:29:53 2020 +0200 at miƩ abr 15 19:30:12 CEST 2020 |