Alexandria 2.31.0
SDC-CH common library for the Euclid project
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
function_tools.cpp File Reference
#include "MathUtils/function/function_tools.h"
#include "ElementsKernel/Exception.h"
#include "MathUtils/function/Integrable.h"
#include "MathUtils/function/multiplication.h"
#include <algorithm>
#include <functional>
Include dependency graph for function_tools.cpp:

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< FunctionEuclid::MathUtils::multiply (const Function &f1, const Function &f2)
 

Detailed Description

Date
February 19, 2014
Author
Nikolaos Apostolakos

Definition in file function_tools.cpp.