31 #if defined(CLinearAlgebraSolver_RECURSES)
32 #error Recursive header files inclusion detected in CLinearAlgebraSolver.h
35 #define CLinearAlgebraSolver_RECURSES
37 #if !defined CLinearAlgebraSolver_h
39 #define CLinearAlgebraSolver_h
44 #include "DGtal/base/Common.h"
45 #include "DGtal/math/linalg/CLinearAlgebra.h"
102 template <
typename S,
typename V,
typename M>
140 #undef CLinearAlgebraSolver_RECURSES
DGtal is the top-level namespace which contains all DGtal functions and types.
Aim: Describe a linear solver defined over a linear algebra. Problems are of the form:
BOOST_CONCEPT_ASSERT((CLinearAlgebra< Vector, Matrix >))
BOOST_CONCEPT_USAGE(CLinearAlgebraSolver)
const Solver const_solver
Aim: Check right multiplication between matrix and vector and internal matrix multiplication....
Go to http://www.sgi.com/tech/stl/DefaultConstructible.html.