25#ifndef MATHUTILS_MULTIPLICATION_H
26#define MATHUTILS_MULTIPLICATION_H
33#include "ElementsKernel/Export.h"
Interface class representing a function with an arbitrary number of parameters.
ELEMENTS_API std::map< std::pair< std::type_index, std::type_index >, MultiplyFunction > multiplySpecificSpecificMap
std::unique_ptr< Function >(* MultiplyFunction)(const Function &, const Function &)
Alias of a function which multiplies Function objects.
ELEMENTS_API std::map< std::type_index, MultiplyFunction > multiplySpecificGenericMap