Alexandria 2.31.0
SDC-CH common library for the Euclid project
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
function_tools.h File Reference
#include "ElementsKernel/Export.h"
#include "MathUtils/function/Function.h"
Include dependency graph for function_tools.h:
This graph shows which files directly or indirectly include this file:

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

Detailed Description

Date
February 19, 2014
Author
Nikolaos Apostolakos

Definition in file function_tools.h.