Mantid
Loading...
Searching...
No Matches
Public Member Functions | List of all members
Mantid::Algorithms::MaxentSpaceReal Class Reference

MaxentSpaceReal : Defines the space of real numbers. More...

#include <MaxentSpaceReal.h>

Inheritance diagram for Mantid::Algorithms::MaxentSpaceReal:
Mantid::Algorithms::MaxentSpace

Public Member Functions

std::vector< double > fromComplex (const std::vector< double > &values) override
 Converts a vector of complex numbers to a vector of real numbers. More...
 
std::vector< double > toComplex (const std::vector< double > &values) override
 Converts a vector of real values to a vector of complex numbers. More...
 
- Public Member Functions inherited from Mantid::Algorithms::MaxentSpace
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
 

Detailed Description

MaxentSpaceReal : Defines the space of real numbers.

Definition at line 16 of file MaxentSpaceReal.h.

Member Function Documentation

◆ fromComplex()

std::vector< double > Mantid::Algorithms::MaxentSpaceReal::fromComplex ( const std::vector< double > &  values)
overridevirtual

Converts a vector of complex numbers to a vector of real numbers.

Parameters
values: [input] The complex values as a vector
Returns
: The input as a vector of real numbers

Implements Mantid::Algorithms::MaxentSpace.

Definition at line 33 of file MaxentSpaceReal.cpp.

◆ toComplex()

std::vector< double > Mantid::Algorithms::MaxentSpaceReal::toComplex ( const std::vector< double > &  values)
overridevirtual

Converts a vector of real values to a vector of complex numbers.

Parameters
values: [input] The real values as a vector
Returns
: The input as a vector of complex numbers

Implements Mantid::Algorithms::MaxentSpace.

Definition at line 17 of file MaxentSpaceReal.cpp.


The documentation for this class was generated from the following files: