|
Alexandria
2.27.0
SDC-CH common library for the Euclid 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 |
Definition in file multiplication.h.
1.8.5