Mantid
|
MaxentSpace : Abstract base class defining a MaxentSpace. More...
#include <MaxentSpace.h>
Public Member Functions | |
virtual std::vector< double > | fromComplex (const std::vector< double > &values)=0 |
MaxentSpace ()=default | |
virtual std::vector< double > | toComplex (const std::vector< double > &values)=0 |
virtual | ~MaxentSpace ()=default |
MaxentSpace : Abstract base class defining a MaxentSpace.
A Maxent space can be the space of real numbers or the space of complex numbers at the moment. This class is intended to be used in conjunction with MaxentTransformFourier, to define the input and output to/from the Fourier transform.
Definition at line 21 of file MaxentSpace.h.
|
default |
|
virtualdefault |
|
pure virtual |
Implemented in Mantid::Algorithms::MaxentSpaceComplex, and Mantid::Algorithms::MaxentSpaceReal.
|
pure virtual |
Implemented in Mantid::Algorithms::MaxentSpaceComplex, and Mantid::Algorithms::MaxentSpaceReal.