31 #if defined(CStaticVector_RECURSES)
32 #error Recursive header files inclusion detected in CStaticVector.h
33 #else // defined(CStaticVector_RECURSES)
35 #define CStaticVector_RECURSES
37 #if !defined CStaticVector_h
39 #define CStaticVector_h
44 #include "DGtal/base/Common.h"
45 #include "DGtal/math/linalg/CVector.h"
94 typedef typename T::Index
Index;
114 #endif // !defined CStaticVector_h
116 #undef CStaticVector_RECURSES
117 #endif // else defined(CStaticVector_RECURSES)
Go to http://www.sgi.com/tech/stl/DefaultConstructible.html.
Aim: Represent any static or dynamic sized column vector having sparse or dense representation.
DGtal is the top-level namespace which contains all DGtal functions and types.
Aim: Represent any static sized column vector having sparse or dense representation.
void sameType(const T &, const T &)
BOOST_CONCEPT_USAGE(CStaticVector)