#include "MantidAPI/DllConfig.h"
#include "MantidKernel/DynamicFactory.h"
#include "MantidKernel/SingletonHolder.h"
#include <vector>
Go to the source code of this file.
|
#define | DECLARE_FUNCMINIMIZER(classname, username) |
| Macro for declaring a new type of minimizers to be used with the FuncMinimizerFactory. More...
|
|
◆ DECLARE_FUNCMINIMIZER
#define DECLARE_FUNCMINIMIZER |
( |
|
classname, |
|
|
|
username |
|
) |
| |
Value: namespace { \
}
This class is simply used in the subscription of classes into the various factories in Mantid.
static T & Instance()
Return a reference to the Singleton instance, creating it if it does not already exist Creation is do...
Macro for declaring a new type of minimizers to be used with the FuncMinimizerFactory.
Definition at line 62 of file FuncMinimizerFactory.h.