Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Aleph::FFT< Real >::WeightedFrequencyGrid Struct Reference

Frequency-domain grid with target values and importance weights. More...

Collaboration diagram for Aleph::FFT< Real >::WeightedFrequencyGrid:
[legend]

Public Attributes

Array< Realomega
 
Array< Realdesired
 
Array< Realweight
 

Detailed Description

template<std::floating_point Real = double>
struct Aleph::FFT< Real >::WeightedFrequencyGrid

Frequency-domain grid with target values and importance weights.

Definition at line 2393 of file fft.H.

Member Data Documentation

◆ desired

template<std::floating_point Real = double>
Array<Real> Aleph::FFT< Real >::WeightedFrequencyGrid::desired

Definition at line 2396 of file fft.H.

◆ omega

template<std::floating_point Real = double>
Array<Real> Aleph::FFT< Real >::WeightedFrequencyGrid::omega

Definition at line 2395 of file fft.H.

◆ weight

template<std::floating_point Real = double>
Array<Real> Aleph::FFT< Real >::WeightedFrequencyGrid::weight

Definition at line 2397 of file fft.H.


The documentation for this struct was generated from the following file: