A hierarchy of classes representing functions. More...
#include "../Core/SharedLibraryExportMacros.h"
#include "Common.h"
#include "Error.h"
#include <cmath>
#include <limits>
#include <valarray>
#include <list>
#include <iterator>
#include <iostream>
#include <boost/serialization/base_object.hpp>
#include <boost/archive/text_oarchive.hpp>
#include <boost/archive/text_iarchive.hpp>
#include <boost/serialization/export.hpp>
Go to the source code of this file.
Classes | |
class | Core::OneArgumentFunction< InputDataType, OutputDataType > |
The base class for functions which take a single argument and return a single value. More... | |
class | Core::FunctionDerivatives |
A class representing arbitrary order derivatives of a function. More... | |
class | Core::CubicSplineDerivatives |
A class for the derivatives of a cubic spline (=0 for order>2). More... | |
class | Core::OneArgumentDiffFunction |
A class representing a once differentiable function of a single argument. More... | |
class | Core::ZeroDerivatives |
The derivatives of an identically zero quantity. More... | |
class | Core::ZeroFunction |
A class representing a function that is identically zero. More... | |
A hierarchy of classes representing functions.
Definition in file Functions.h.