31#if defined(CMatrix_RECURSES)
32#error Recursive header files inclusion detected in CMatrix.h
35#define CMatrix_RECURSES
44#include "DGtal/base/Common.h"
45#include "DGtal/math/linalg/CVectorSpace.h"
95 typedef typename T::Index
Index;
125#undef CMatrix_RECURSES
void sameType(const T &, const T &)
DGtal is the top-level namespace which contains all DGtal functions and types.
Aim: Represent any static or dynamic sized matrix having sparse or dense representation.
BOOST_CONCEPT_USAGE(CMatrix)
void checkConstConstraints() const
Aim: Base concept for vector space structure.