Class template Dune::XT::Functions::SumFunction

Inherits from Dune::XT::Functions::CombinedFunction.

template<class, class> Dune::XT::Functions::SumFunction<class, class> : public CombinedFunction<LeftSummandType, RightSummandType, CombinationType::sum>

Function representing the sum of two functions.

See also: internal::Combined, internal::Combined

Type alias Dune::XT::Functions::SumFunction::BaseType

type Dune::XT::Functions::SumFunction::BaseType

No documentation provided.

Function template Dune::XT::Functions::SumFunction::SumFunction<type-parameter-0-0, type-parameter-0-1>

template<class, class> template <class ...Args, typename> explicit Dune::XT::Functions::SumFunction<class, class>::SumFunction<type-parameter-0-0, type-parameter-0-1>(Args &&...args)

No documentation provided.