|
Alexandria
2.16
Please provide a description of the project.
|
#include <map>#include <utility>#include <typeindex>#include "ElementsKernel/Export.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.14