9#include "MantidAlgorithms/DllConfig.h"
26 virtual std::vector<double>
derivative(
const std::vector<double> &values,
double background) = 0;
28 virtual std::vector<double>
secondDerivative(
const std::vector<double> &values,
double background) = 0;
30 virtual std::vector<double>
correctValues(
const std::vector<double> &
value,
double newValue) = 0;
double value
The value of the point.
MaxentEntropy : Abstract base class defining the necessary methods to calculate any type of entropy t...
virtual std::vector< double > secondDerivative(const std::vector< double > &values, double background)=0
virtual std::vector< double > derivative(const std::vector< double > &values, double background)=0
virtual std::vector< double > correctValues(const std::vector< double > &value, double newValue)=0
virtual ~MaxentEntropy()=default
std::shared_ptr< MaxentEntropy > MaxentEntropy_sptr
Helper class which provides the Collimation Length for SANS instruments.