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

Detailed Description

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

A partial specialization of CArrayNumeric for double numbers.

See also
CArrayNumeric, CArray

Definition at line 74 of file CArrayNumeric.h.

#include <mrpt/math/CArrayNumeric.h>

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

Public Types

typedef CArrayNumeric< double, N > Base
 
typedef CArrayDouble< N > mrpt_autotype
 
typedef double value_type
 

Public Member Functions

 CArrayDouble ()
 Default constructor. More...
 
 CArrayDouble (const double *ptr)
 Constructor from initial values ptr[0]-ptr[N-1]. More...
 
template<class ARRAYLIKE >
 CArrayDouble (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<double,N> mrpt::math::CArrayDouble< N >::Base

Definition at line 77 of file CArrayNumeric.h.

◆ mrpt_autotype

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

Definition at line 78 of file CArrayNumeric.h.

◆ value_type

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

Definition at line 28 of file CArrayNumeric.h.

Constructor & Destructor Documentation

◆ CArrayDouble() [1/3]

template<std::size_t N>
mrpt::math::CArrayDouble< N >::CArrayDouble ( )
inline

Default constructor.

Definition at line 80 of file CArrayNumeric.h.

◆ CArrayDouble() [2/3]

template<std::size_t N>
mrpt::math::CArrayDouble< N >::CArrayDouble ( const double *  ptr)
inline

Constructor from initial values ptr[0]-ptr[N-1].

Definition at line 81 of file CArrayNumeric.h.

◆ CArrayDouble() [3/3]

template<std::size_t N>
template<class ARRAYLIKE >
mrpt::math::CArrayDouble< N >::CArrayDouble ( const ARRAYLIKE &  obj)
inlineexplicit

Initialization from a vector-like source, that is, anything implementing operator[].

Definition at line 87 of file CArrayNumeric.h.




Page generated by Doxygen 1.8.14 for MRPT 1.5.6 Git: 4c65e8431 Tue Apr 24 08:18:17 2018 +0200 at lun oct 28 01:35:26 CET 2019