A partial specialization of CArrayNumeric for float numbers.
Definition at line 54 of file CArrayNumeric.h.
#include <mrpt/math/CArrayNumeric.h>
Public Types | |
typedef CArrayNumeric< float, N > | Base |
typedef CArrayFloat< N > | mrpt_autotype |
typedef float | value_type |
Public Member Functions | |
CArrayFloat () | |
Default constructor. More... | |
CArrayFloat (const float *ptr) | |
Constructor from initial values ptr[0]-ptr[N-1]. More... | |
template<class ARRAYLIKE > | |
CArrayFloat (const ARRAYLIKE &obj) | |
Initialization from a vector-like source, that is, anything implementing operator[]. More... | |
typedef CArrayNumeric<float,N> mrpt::math::CArrayFloat< N >::Base |
Definition at line 57 of file CArrayNumeric.h.
typedef CArrayFloat<N> mrpt::math::CArrayFloat< N >::mrpt_autotype |
Definition at line 58 of file CArrayNumeric.h.
|
inherited |
Definition at line 28 of file CArrayNumeric.h.
|
inline |
Default constructor.
Definition at line 60 of file CArrayNumeric.h.
|
inline |
Constructor from initial values ptr[0]-ptr[N-1].
Definition at line 61 of file CArrayNumeric.h.
|
inlineexplicit |
Initialization from a vector-like source, that is, anything implementing operator[].
Definition at line 67 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 |