bpp-core
2.2.0
|
#include "../ParameterList.h"
#include "../Parametrizable.h"
#include "../AbstractParametrizable.h"
#include "../ParameterExceptions.h"
#include "../../Clonable.h"
#include "../../Exceptions.h"
#include <cmath>
Go to the source code of this file.
Classes | |
class | bpp::Function |
This is the function abstract class. More... | |
class | bpp::DerivableFirstOrder |
This is the abstract class for first order derivable functions. More... | |
class | bpp::DerivableSecondOrder |
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::DerivableFirstOrderWrapper |
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::DerivableSecondOrderWrapper |
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 funciton with two parameters, mostly for testing and debugging :) More... | |
Namespaces | |
bpp | |
This class allows to perform a correspondence analysis. | |