MRPT
1.9.9
|
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 70 of file types_math.h.
using mrpt::math::dynamic_vector< T >::mrpt_autotype = dynamic_vector<T> |
Definition at line 71 of file types_math.h.
using mrpt::math::dynamic_vector< T >::value_type = T |
Definition at line 72 of file types_math.h.
|
inline |
Default constructor (vector of given size set to zero)
Definition at line 76 of file types_math.h.
|
inline |
Constructor to given size and all entries to some value.
Definition at line 78 of file types_math.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 |