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 63 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. | |
| CMatrixTemplateNumeric (TConstructorFlags_Matrices constructor_flag) | |
| Constructor that builds a 0x0 matrix (that is, uninitialized), for usage in places where efficiency is a priority. | |
| CMatrixTemplateNumeric (size_t row, size_t col) | |
| Constructor, creates a matrix of the given size, filled with zeros. | |
| typedef Eigen::Matrix<T,Eigen::Dynamic,Eigen::Dynamic,Eigen::AutoAlign|Eigen::RowMajor> mrpt::math::CMatrixTemplateNumeric< T >::Base |
Definition at line 73 of file CMatrixTemplateNumeric.h.
| typedef CMatrixTemplateNumeric<T> mrpt::math::CMatrixTemplateNumeric< T >::mrpt_autotype |
Definition at line 74 of file CMatrixTemplateNumeric.h.
|
inline |
Default constructor, builds a 1x1 matrix.
Definition at line 79 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 87 of file CMatrixTemplateNumeric.h.
|
inline |
Constructor, creates a matrix of the given size, filled with zeros.
Definition at line 90 of file CMatrixTemplateNumeric.h.
| Page generated by Doxygen 1.8.3 for MRPT 0.9.6 SVN: at Fri Feb 15 22:05:02 EST 2013 |