Alexandria 2.31.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 | |
namespace | Euclid |
namespace | Euclid::MathUtils |
Typedefs | |
typedef std::unique_ptr< Function >(* | Euclid::MathUtils::MultiplyFunction) (const Function &, const Function &) |
Alias of a function which multiplies Function objects. | |
Definition in file multiplication.h.