#include <memory>
#include <vector>
#include <mia/core/factory.hh>
#include <mia/core/handler.hh>
#include <mia/core/vector.hh>
Go to the source code of this file.
Data Structures | |
class | CMinimizer |
A class for generalized minimization problems. More... | |
class | CMinimizer::Problem |
Base class for all optimization problems that can be run by CMinimizer. More... | |
Typedefs | |
typedef TFactory< CMinimizer > | CMinimizerPlugin |
Base class for the CMinimizer creator plugins. More... | |
typedef THandlerSingleton< TFactoryPluginHandler< CMinimizerPlugin > > | CMinimizerPluginHandler |
The minimizer plugin handler. More... | |
typedef CMinimizer::Pointer | PMinimizer |
Pointer type for the CMinimizer class. More... | |
Functions | |
FACTORY_TRAIT (CMinimizerPluginHandler) | |
Trait to make the minimizer definition parsable on the command line. More... | |
PMinimizer | produce_minimizer (const std::string &descr) |
typedef TFactory<CMinimizer> CMinimizerPlugin |
Base class for the CMinimizer creator plugins.
Definition at line 222 of file minimizer.hh.
The minimizer plugin handler.
Definition at line 225 of file minimizer.hh.
typedef CMinimizer::Pointer PMinimizer |
Pointer type for the CMinimizer class.
Definition at line 219 of file minimizer.hh.
FACTORY_TRAIT | ( | CMinimizerPluginHandler | ) |
Trait to make the minimizer definition parsable on the command line.
|
inline |
Definition at line 236 of file minimizer.hh.
References THandlerSingleton< T >::instance(), and NS_MIA_END.