Mantid
|
#include "MantidAPI/IPeakFunction.h"
#include "MantidAPI/FunctionFactory.h"
#include "MantidAPI/FunctionParameterDecorator.h"
#include "MantidAPI/IFunction1D.tcc"
#include "MantidAPI/Jacobian.h"
#include "MantidAPI/PeakFunctionIntegrator.h"
#include "MantidKernel/Exception.h"
#include "boost/make_shared.hpp"
#include <cmath>
#include <limits>
#include <memory>
Go to the source code of this file.
Namespaces | |
namespace | Mantid |
Helper class which provides the Collimation Length for SANS instruments. | |
namespace | Mantid::API |
|
private |
offset in the overall Jacobian for a particular function
Definition at line 31 of file IPeakFunction.cpp.
|
private |
pointer to the overall Jacobian
Definition at line 30 of file IPeakFunction.cpp.