Mantid
|
#include "MantidCurveFitting/DllConfig.h"
#include "MantidKernel/Matrix.h"
#include <boost/function.hpp>
Go to the source code of this file.
Classes | |
class | Mantid::CurveFitting::AugmentedLagrangianOptimizer |
Implements the Augmented Lagrangian optimization method of Birgin & Martinez. More... | |
Namespaces | |
namespace | Mantid |
Helper class which provides the Collimation Length for SANS instruments. | |
namespace | Mantid::CurveFitting |
Enumerations | |
enum | Mantid::CurveFitting::OptimizerResult { Mantid::CurveFitting::Failure = -1 , Mantid::CurveFitting::Success = 1 , Mantid::CurveFitting::FTolReached = 2 , Mantid::CurveFitting::XTolReached = 3 } |
The results of the optimization. More... | |