Functors for evaluating various mathematical properties of functions. More...
#include <ecl/config/macros.hpp>
Go to the source code of this file.
Classes | |
class | ecl::Division< Function > |
Primary template functor for polynomial division. More... | |
class | ecl::FunctionMath< Function > |
Used as a parent to load function math into function classes. More... | |
class | ecl::Intersection< Function > |
Primary template functor for the intersection of like functions. More... | |
class | ecl::Maximum< Function > |
Primary template functor for the maximum of a continuous function. More... | |
class | ecl::Minimum< Function > |
Primary template functor for the minimum of a continuous function. More... | |
class | ecl::Roots< Function > |
Primary template functor for the roots of a function (x-axis intercepts). More... | |
Namespaces | |
namespace | ecl |
Embedded control libraries. |
Functors for evaluating various mathematical properties of functions.
Definition in file function_math.hpp.