|
Alexandria
2.16
Please provide a description of the project.
|
#include "ElementsKernel/Exception.h"#include "MathUtils/function/Integrable.h"#include "MathUtils/function/function_tools.h"#include "MathUtils/function/multiplication.h"Go to the source code of this file.
Classes | |
| class | Euclid::MathUtils::DefaultMultiplication |
Namespaces | |
| Euclid | |
| Euclid::MathUtils | |
Functions | |
| ELEMENTS_API double | Euclid::MathUtils::integrate (const Function &function, const double min, const double max, std::unique_ptr< NumericalIntegrationScheme > numericalIntegrationScheme=nullptr) |
| ELEMENTS_API std::unique_ptr< Function > | Euclid::MathUtils::multiply (const Function &f1, const Function &f2) |
Definition in file function_tools.cpp.
1.8.14