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 | |
using | value_type = T |
using | Base = Eigen::Matrix< T, N, 1 > |
Public Member Functions | |
CArrayNumeric () | |
Default constructor. More... | |
CArrayNumeric (const T *ptr) | |
Constructor from initial values ptr[0]-ptr[N-1]. More... | |
template<class Derived > | |
CArrayNumeric (const Eigen::MatrixBase< Derived > &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) |
using mrpt::math::CArrayNumeric< T, N >::Base = Eigen::Matrix<T, N, 1> |
Definition at line 29 of file CArrayNumeric.h.
using mrpt::math::CArrayNumeric< T, N >::value_type = T |
Definition at line 28 of file CArrayNumeric.h.
|
inline |
Default constructor.
Definition at line 32 of file CArrayNumeric.h.
|
inline |
Constructor from initial values ptr[0]-ptr[N-1].
Definition at line 34 of file CArrayNumeric.h.
|
inlineexplicit |
Initialization from a vector-like source, that is, anything implementing operator[].
Definition at line 38 of file CArrayNumeric.h.
|
inline |
Definition at line 46 of file CArrayNumeric.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 |