Alexandria 2.31.0
SDC-CH common library for the Euclid project
|
#include "MathUtils/function/function_tools.h"
#include "ElementsKernel/Exception.h"
#include "MathUtils/function/Integrable.h"
#include "MathUtils/function/multiplication.h"
#include <algorithm>
#include <functional>
Go to the source code of this file.
Classes | |
class | Euclid::MathUtils::DefaultMultiplication |
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.cpp.