Skip to content

Struct TempLat::IntrinsicScales

ClassList > TempLat > IntrinsicScales

The result holder for getIntrinsicRescaleToGetUnnormalizedFFT: two labeled double values.

  • #include <fftlayoutstruct.h>

Public Attributes

Type Name
double c2r
Value to rescale with after a c2r FFT.
double r2c
Value to rescale with after a r2c FFT.

Public Functions

Type Name
IntrinsicScales ()
IntrinsicScales (double _c2r, double _r2c)
bool isDefault () const
Whether the scales are default (1,1), i.e. as in FFTW.

Public Attributes Documentation

variable c2r

Value to rescale with after a c2r FFT.

double TempLat::IntrinsicScales::c2r;


variable r2c

Value to rescale with after a r2c FFT.

double TempLat::IntrinsicScales::r2c;


Public Functions Documentation

function IntrinsicScales [1/2]

inline TempLat::IntrinsicScales::IntrinsicScales () 

function IntrinsicScales [2/2]

inline TempLat::IntrinsicScales::IntrinsicScales (
    double _c2r,
    double _r2c
) 

function isDefault

Whether the scales are default (1,1), i.e. as in FFTW.

inline bool TempLat::IntrinsicScales::isDefault () const



The documentation for this class was generated from the following file cosmolatticeweb/tmp/code_source/templat/include/TempLat/lattice/memory/memorylayouts/fftlayoutstruct.h