Mantid
Loading...
Searching...
No Matches
CostFunctionFactory.cpp
Go to the documentation of this file.
1// Mantid Repository : https://github.com/mantidproject/mantid
2//
3// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI,
4// NScD Oak Ridge National Laboratory, European Spallation Source,
5// Institut Laue - Langevin & CSNS, Institute of High Energy Physics, CAS
6// SPDX - License - Identifier: GPL - 3.0 +
10
11namespace Mantid::API {
12
14 // we need to make sure the library manager has been loaded before we
15 // are constructed so that it is destroyed after us and thus does
16 // not close any loaded DLLs with loaded algorithms in them
18}
19
20} // namespace Mantid::API
CostFunctionFactoryImpl()
Private Constructor for singleton class.
An interface for specifying the cost function to be used with Fit algorithm or minimizers,...
Definition: ICostFunction.h:24
The dynamic factory is a base dynamic factory for serving up objects in response to requests from oth...
static T & Instance()
Return a reference to the Singleton instance, creating it if it does not already exist Creation is do...