Data Structures | Typedefs | Functions
minimizer.hh File Reference
#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< CMinimizerCMinimizerPlugin
 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 Documentation

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.

Pointer type for the CMinimizer class.

Definition at line 219 of file minimizer.hh.

Function Documentation

FACTORY_TRAIT ( CMinimizerPluginHandler  )

Trait to make the minimizer definition parsable on the command line.

PMinimizer produce_minimizer ( const std::string &  descr)
inline

Definition at line 236 of file minimizer.hh.

References THandlerSingleton< T >::instance().