Alexandria
2.19
Please provide a description of the project.
|
#include <map>
#include <memory>
#include <typeindex>
#include <utility>
#include "ElementsKernel/Export.h"
#include "MathUtils/function/Function.h"
Go to the source code of this file.
Namespaces | |
Euclid | |
Euclid::MathUtils | |
Typedefs | |
typedef std::unique_ptr< Function >(* | Euclid::MathUtils::MultiplyFunction) (const Function &, const Function &) |
Alias of a function which multiplies Function objects. More... | |
Variables | |
ELEMENTS_API std::map< std::pair< std::type_index, std::type_index >, MultiplyFunction > | Euclid::MathUtils::multiplySpecificSpecificMap |
ELEMENTS_API std::map< std::type_index, MultiplyFunction > | Euclid::MathUtils::multiplySpecificGenericMap {{typeid(Piecewise), multiplyPiecewiseWithGeneric}} |
Definition in file multiplication.h.