3#ifndef DUNE_AMG_COMBINEDFUNCTOR_HH
4#define DUNE_AMG_COMBINEDFUNCTOR_HH
6#include <dune/common/tuples.hh>
12 template<std::
size_t i>
15 template<
class TT,
class T>
25 template<
class TT,
class T>
Definition basearray.hh:19
PropertyMapTypeSelector< Amg::VertexVisitedTag, Amg::PropertiesGraph< G, Amg::VertexProperties, EP, VM, EM > >::Type get(const Amg::VertexVisitedTag &tag, Amg::PropertiesGraph< G, Amg::VertexProperties, EP, VM, EM > &graph)
Definition dependency.hh:292
Statistics about compression achieved in implicit mode.
Definition bcrsmatrix.hh:81
Definition combinedfunctor.hh:14
static void apply(TT tuple, const T &t)
Definition combinedfunctor.hh:16
static void apply(TT tuple, const T &t)
Definition combinedfunctor.hh:26
Definition combinedfunctor.hh:36
CombinedFunctor(const T &tuple)
Definition combinedfunctor.hh:38
void operator()(const T1 &t)
Definition combinedfunctor.hh:43