A partial specialization of CArrayNumeric for float numbers.
Definition at line 351 of file CArray.h.
#include <mrpt/math/CArray.h>

Public Types | |
| typedef CArrayNumeric< float, N > | Base |
| typedef CArrayFloat< N > | mrpt_autotype |
Public Member Functions | |
| CArrayFloat () | |
| Default constructor. | |
| CArrayFloat (const float *ptr) | |
| Constructor from initial values ptr[0]-ptr[N-1]. | |
| template<class ARRAYLIKE > | |
| CArrayFloat (const ARRAYLIKE &obj) | |
| Initialization from a vector-like source, that is, anything implementing operator[]. | |
| typedef CArrayNumeric<float,N> mrpt::math::CArrayFloat< N >::Base |
Reimplemented from mrpt::math::CArrayNumeric< float, N >.
| typedef CArrayFloat<N> mrpt::math::CArrayFloat< N >::mrpt_autotype |
| mrpt::math::CArrayFloat< N >::CArrayFloat | ( | ) | [inline] |
| mrpt::math::CArrayFloat< N >::CArrayFloat | ( | const float * | ptr ) | [inline] |
| mrpt::math::CArrayFloat< N >::CArrayFloat | ( | const ARRAYLIKE & | obj ) | [inline, explicit] |
| Page generated by Doxygen 1.7.2 for MRPT 0.9.4 SVN: at Mon Jan 10 22:30:30 UTC 2011 |