Alexandria 2.31.0
SDC-CH common library for the Euclid project
|
Go to the source code of this file.
Classes | |
interface | Euclid::MathUtils::NumericalIntegrationScheme |
Interface class representing a numerical integration scheme. More... | |
Namespaces | |
namespace | Euclid |
namespace | 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.h.