31#if defined(CDynamicVector_RECURSES)
32#error Recursive header files inclusion detected in CDynamicVector.h
35#define CDynamicVector_RECURSES
37#if !defined CDynamicVector_h
39#define CDynamicVector_h
44#include "DGtal/base/Common.h"
45#include "DGtal/math/linalg/CVector.h"
92 typedef typename T::Index
Index;
114#undef CDynamicVector_RECURSES
DGtal is the top-level namespace which contains all DGtal functions and types.
Aim: Represent any dynamic sized column vector having sparse or dense representation.
BOOST_CONCEPT_USAGE(CDynamicVector)
Aim: Represent any static or dynamic sized column vector having sparse or dense representation.