12#include "MantidCrystal/DllConfig.h"
15#include <gsl/gsl_blas.h>
16#include <gsl/gsl_multifit_nlin.h>
17#include <gsl/gsl_multimin.h>
18#include <gsl/gsl_statistics.h>
31 const std::string
name()
const override {
return "OptimizeLatticeForCellType"; }
33 const std::string
summary()
const override {
return "Optimize lattice parameters for cell type."; }
36 int version()
const override {
return 1; }
37 const std::vector<std::string>
seeAlso()
const override {
38 return {
"FindUBUsingFFT",
"FindUBUsingIndexedPeaks",
"FindUBUsingLatticeParameters"};
41 const std::string
category()
const override {
return "Crystal\\Cell"; }
Base class from which all concrete algorithm classes should be derived.
Find the offsets for each detector.
int version() const override
Algorithm's version for identification overriding a virtual method.
const std::vector< std::string > seeAlso() const override
Function to return all of the seeAlso (these are not validated) algorithms related to this algorithm....
const std::string category() const override
Algorithm's category for identification overriding a virtual method.
const std::string summary() const override
Summary of algorithms purpose.
const std::string name() const override
Algorithm's name for identification overriding a virtual method.
Class to implement unit cell of crystals.
std::shared_ptr< ILatticeFunction > ILatticeFunction_sptr
Helper class which provides the Collimation Length for SANS instruments.