Column vector, like Eigen::MatrixX*, but automatically initialized to zeros since construction.
Definition at line 44 of file eigen_frwds.h.
#include <mrpt/math/eigen_frwds.h>
Public Types | |
using | Base = Eigen::Matrix< T, Eigen::Dynamic, 1 > |
using | mrpt_autotype = dynamic_vector< T > |
using | value_type = T |
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... | |
using mrpt::math::dynamic_vector< T >::Base = Eigen::Matrix<T, Eigen::Dynamic, 1> |
Definition at line 72 of file types_math.h.
using mrpt::math::dynamic_vector< T >::mrpt_autotype = dynamic_vector<T> |
Definition at line 73 of file types_math.h.
using mrpt::math::dynamic_vector< T >::value_type = T |
Definition at line 74 of file types_math.h.
|
inline |
Default constructor (vector of given size set to zero)
Definition at line 78 of file types_math.h.
|
inline |
Constructor to given size and all entries to some value.
Definition at line 80 of file types_math.h.
Page generated by Doxygen 1.8.17 for MRPT 1.9.9 Git: ad3a9d8ae Tue May 1 23:10:22 2018 -0700 at miƩ 12 jul 2023 10:03:34 CEST |