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

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... | |
| typedef CArrayNumeric<double,N> mrpt::math::CArrayDouble< N >::Base | 
Definition at line 77 of file CArrayNumeric.h.
| typedef CArrayDouble<N> mrpt::math::CArrayDouble< N >::mrpt_autotype | 
Definition at line 78 of file CArrayNumeric.h.
      
  | 
  inherited | 
Definition at line 28 of file CArrayNumeric.h.
      
  | 
  inline | 
Default constructor.
Definition at line 80 of file CArrayNumeric.h.
      
  | 
  inline | 
Constructor from initial values ptr[0]-ptr[N-1].
Definition at line 81 of file CArrayNumeric.h.
      
  | 
  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.7 Git: 5902e14cc Wed Apr 24 15:04:01 2019 +0200 at lun oct 28 01:39:17 CET 2019 |