Mantid
Loading...
Searching...
No Matches
MaxentSpaceComplex.cpp
Go to the documentation of this file.
1// Mantid Repository : https://github.com/mantidproject/mantid
2//
3// Copyright © 2018 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 +
8#include <cmath>
9
10namespace Mantid::Algorithms {
11
18std::vector<double> MaxentSpaceComplex::toComplex(const std::vector<double> &values) { return values; }
19
26std::vector<double> MaxentSpaceComplex::fromComplex(const std::vector<double> &values) { return values; }
27
28} // namespace Mantid::Algorithms
std::vector< double > fromComplex(const std::vector< double > &values) override
Converts a vector of complex numbers to a vector of complex numbers (i.e.
std::vector< double > toComplex(const std::vector< double > &values) override
Converts a vector of complex values to a vector of complex numbers (i.e.