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 371 of file CArray.h.
#include <mrpt/math/CArray.h>
List of all members.
Member Typedef Documentation
Constructor & Destructor Documentation
Default constructor.
Definition at line 377 of file CArray.h.
Constructor from initial values ptr[0]-ptr[N-1].
Definition at line 378 of file CArray.h.
template<std::size_t N>
template<class ARRAYLIKE >
Initialization from a vector-like source, that is, anything implementing operator[].
Definition at line 384 of file CArray.h.