CArrayNumeric is an array for numeric types supporting several mathematical operations (actually, just a wrapper on Eigen::Matrix<T,N,1>)
Definition at line 25 of file CArrayNumeric.h.
#include <mrpt/math/CArrayNumeric.h>
Public Types | |
typedef T | value_type |
typedef Eigen::Matrix< T, N, 1 > | Base |
Public Member Functions | |
CArrayNumeric () | |
Default constructor. More... | |
CArrayNumeric (const T *ptr) | |
Constructor from initial values ptr[0]-ptr[N-1]. More... | |
template<class ARRAYLIKE > | |
CArrayNumeric (const ARRAYLIKE &obj) | |
Initialization from a vector-like source, that is, anything implementing operator[]. More... | |
template<typename OtherDerived > | |
CArrayNumeric< T, N > & | operator= (const Eigen::MatrixBase< OtherDerived > &other) |
typedef Eigen::Matrix<T,N,1> mrpt::math::CArrayNumeric< T, N >::Base |
Definition at line 29 of file CArrayNumeric.h.
typedef T mrpt::math::CArrayNumeric< T, N >::value_type |
Definition at line 28 of file CArrayNumeric.h.
|
inline |
Default constructor.
Definition at line 31 of file CArrayNumeric.h.
|
inline |
Constructor from initial values ptr[0]-ptr[N-1].
Definition at line 33 of file CArrayNumeric.h.
|
inlineexplicit |
Initialization from a vector-like source, that is, anything implementing operator[].
Definition at line 39 of file CArrayNumeric.h.
|
inline |
Definition at line 42 of file CArrayNumeric.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 |