Column vector, like Eigen::MatrixX*, but automatically initialized to zeros since construction.
Definition at line 35 of file eigen_frwds.h.
#include <mrpt/math/eigen_frwds.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.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 |