bpp-core3
3.0.0
|
#include "../AbstractParametrizable.h"
#include "../ParameterExceptions.h"
#include "../ParameterList.h"
#include "../Parametrizable.h"
#include "../../Clonable.h"
#include "../../Exceptions.h"
#include <cmath>
#include <memory>
Go to the source code of this file.
Classes | |
class | bpp::FunctionInterface |
This is the function abstract class. More... | |
class | bpp::FirstOrderDerivable |
This is the abstract class for first order derivable functions. More... | |
class | bpp::SecondOrderDerivable |
This is the abstract class for second order derivable functions. More... | |
class | bpp::FunctionWrapper |
General class that wraps a function into another one. This class is meant to be derivated and just provides a general framework. More... | |
class | bpp::FirstOrderDerivableWrapper |
General class that wraps a function into another one. This class is meant to be derivated and just provides a general framework. More... | |
class | bpp::SecondOrderDerivableWrapper |
General class that wraps a function into another one. This class is meant to be derivated and just provides a general framework. More... | |
class | bpp::InfinityFunctionWrapper |
Wrapper class for optimization under constraints. More... | |
class | bpp::InfinityDerivableFirstOrderWrapper |
Wrapper class for optimization under constraints. More... | |
class | bpp::InfinityDerivableSecondOrderWrapper |
Wrapper class for optimization under constraints. More... | |
class | bpp::TestFunction |
A simple function with two parameters, mostly for testing and debugging :) More... | |
Namespaces | |
bpp | |