Column vector, like Eigen::MatrixX*, but automatically initialized to zeros since construction.
Definition at line 64 of file types_math.h.
#include <mrpt/utils/types_math.h>

Public Types | |
| typedef Eigen::Matrix< T, Eigen::Dynamic, 1 > | Base |
| typedef dynamic_vector< T > | mrpt_autotype |
| typedef T | value_type |
Public Member Functions | |
| dynamic_vector (size_t length=0) | |
| Default constructor (vector of given size set to zero) More... | |
| dynamic_vector (size_t length, float value) | |
| Constructor to given size and all entries to some value. More... | |
| typedef Eigen::Matrix<T,Eigen::Dynamic,1> mrpt::math::dynamic_vector< T >::Base |
Definition at line 67 of file types_math.h.
| typedef dynamic_vector<T> mrpt::math::dynamic_vector< T >::mrpt_autotype |
Definition at line 68 of file types_math.h.
| typedef T mrpt::math::dynamic_vector< T >::value_type |
Definition at line 69 of file types_math.h.
|
inline |
Default constructor (vector of given size set to zero)
Definition at line 74 of file types_math.h.
|
inline |
Constructor to given size and all entries to some value.
Definition at line 76 of file types_math.h.
| Page generated by Doxygen 1.9.1 for MRPT 1.4.0 SVN: at Fri Sep 3 01:11:30 UTC 2021 |