Class template Dune::XT::Functions::ProductFunction

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

template<class, class> Dune::XT::Functions::ProductFunction<class, class> : public CombinedFunction<LeftFactorType, RightFactorType, CombinationType::product>

Function representing the product of two functions.

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

Type alias Dune::XT::Functions::ProductFunction::BaseType

type Dune::XT::Functions::ProductFunction::BaseType

No documentation provided.

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

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

No documentation provided.