Main MRPT website > C++ reference for MRPT 1.4.0
List of all members | Public Types | Public Member Functions
mrpt::math::CArrayFloat< N > Class Template Reference

Detailed Description

template<std::size_t N>
class mrpt::math::CArrayFloat< N >

A partial specialization of CArrayNumeric for float numbers.

See also
CArrayNumeric, CArray

Definition at line 54 of file CArrayNumeric.h.

#include <mrpt/math/CArrayNumeric.h>

Inheritance diagram for mrpt::math::CArrayFloat< N >:
Inheritance graph

Public Types

typedef CArrayNumeric< float, N > Base
 
typedef CArrayFloat< N > mrpt_autotype
 
typedef float value_type
 

Public Member Functions

template<class ARRAYLIKE >
 CArrayFloat (const ARRAYLIKE &obj)
 Initialization from a vector-like source, that is, anything implementing operator[]. More...
 

Member Typedef Documentation

◆ Base

template<std::size_t N>
typedef CArrayNumeric<float,N> mrpt::math::CArrayFloat< N >::Base

Definition at line 57 of file CArrayNumeric.h.

◆ mrpt_autotype

template<std::size_t N>
typedef CArrayFloat<N> mrpt::math::CArrayFloat< N >::mrpt_autotype

Definition at line 58 of file CArrayNumeric.h.

◆ value_type

typedef float mrpt::math::CArrayNumeric< float , N >::value_type
inherited

Definition at line 28 of file CArrayNumeric.h.

Constructor & Destructor Documentation

◆ CArrayFloat()

template<std::size_t N>
template<class ARRAYLIKE >
mrpt::math::CArrayFloat< N >::CArrayFloat ( const ARRAYLIKE &  obj)
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.17 for MRPT 1.4.0 SVN: at Sat Jan 18 22:37:07 UTC 2020