Mantid
Loading...
Searching...
No Matches
MaxentSpaceComplex.h
Go to the documentation of this file.
1// Mantid Repository : https://github.com/mantidproject/mantid
2//
3// Copyright © 2016 ISIS Rutherford Appleton Laboratory UKRI,
4// NScD Oak Ridge National Laboratory, European Spallation Source,
5// Institut Laue - Langevin & CSNS, Institute of High Energy Physics, CAS
6// SPDX - License - Identifier: GPL - 3.0 +
7#pragma once
8
10
11namespace Mantid {
12namespace Algorithms {
13
16class MANTID_ALGORITHMS_DLL MaxentSpaceComplex : public MaxentSpace {
17public:
18 // Converts a given vector to a complex vector
19 std::vector<double> toComplex(const std::vector<double> &values) override;
20 // Converts to a complex vector
21 std::vector<double> fromComplex(const std::vector<double> &values) override;
22};
23
24using MaxentSpaceComplex_sptr = std::shared_ptr<Mantid::Algorithms::MaxentSpaceComplex>;
25
26} // namespace Algorithms
27} // namespace Mantid
MaxentSpaceComplex : Defines a space of complex numbers.
MaxentSpace : Abstract base class defining a MaxentSpace.
Definition: MaxentSpace.h:21
std::shared_ptr< Mantid::Algorithms::MaxentSpaceComplex > MaxentSpaceComplex_sptr
Helper class which provides the Collimation Length for SANS instruments.