24 #ifndef PPL_Dense_Row_templates_hh
25 #define PPL_Dense_Row_templates_hh 1
30 template <
typename Func1,
typename Func2>
39 template <
typename Func1,
typename Func2>
48 template <
typename Func1,
typename Func2,
typename Func3>
59 #endif // !defined(PPL_Dense_Row_templates_hh)
A finite sequence of coefficients.
size_t dimension_type
An unsigned integral type for representing space dimensions.
void combine(const Dense_Row &y, const Func1 &f, const Func2 &g, const Func3 &h)
Calls g(x[i],y[i]), for each i.
dimension_type size() const
Gives the number of coefficients currently in use.
The entire library is confined to this namespace.
void combine_needs_first(const Dense_Row &y, const Func1 &f, const Func2 &g)
Calls g(x[i],y[i]), for each i.
void combine_needs_second(const Dense_Row &y, const Func1 &g, const Func2 &h)
Calls g(x[i],y[i]), for each i.