MRPT
1.9.9
|
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 | |
using | Base = Eigen::Matrix< T, Eigen::Dynamic, Eigen::Dynamic, Eigen::AutoAlign|Eigen::RowMajor > |
using | mrpt_autotype = CMatrixTemplateNumeric< T > |
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... | |
using mrpt::math::CMatrixTemplateNumeric< T >::Base = Eigen::Matrix< T, Eigen::Dynamic, Eigen::Dynamic, Eigen::AutoAlign | Eigen::RowMajor> |
Definition at line 46 of file CMatrixTemplateNumeric.h.
using mrpt::math::CMatrixTemplateNumeric< T >::mrpt_autotype = CMatrixTemplateNumeric<T> |
Definition at line 47 of file CMatrixTemplateNumeric.h.
|
inline |
Default constructor, builds a 1x1 matrix.
Definition at line 50 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 58 of file CMatrixTemplateNumeric.h.
|
inline |
Constructor, creates a matrix of the given size, filled with zeros.
Definition at line 60 of file CMatrixTemplateNumeric.h.
Page generated by Doxygen 1.8.14 for MRPT 1.9.9 Git: 7d5e6d718 Fri Aug 24 01:51:28 2018 +0200 at lun nov 2 08:35:50 CET 2020 |