Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Aleph::FFT< Real >::SeriesEvaluation Struct Reference
Collaboration diagram for Aleph::FFT< Real >::SeriesEvaluation:
[legend]

Public Attributes

Complex value = Complex(Real(0), Real(0))
 
Complex derivative = Complex(Real(0), Real(0))
 
Real coefficient_scale = Real(1)
 

Detailed Description

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

Definition at line 898 of file fft.H.

Member Data Documentation

◆ coefficient_scale

template<std::floating_point Real = double>
Real Aleph::FFT< Real >::SeriesEvaluation::coefficient_scale = Real(1)

Definition at line 902 of file fft.H.

◆ derivative

template<std::floating_point Real = double>
Complex Aleph::FFT< Real >::SeriesEvaluation::derivative = Complex(Real(0), Real(0))

Definition at line 901 of file fft.H.

◆ value

template<std::floating_point Real = double>
Complex Aleph::FFT< Real >::SeriesEvaluation::value = Complex(Real(0), Real(0))

Definition at line 900 of file fft.H.

Referenced by Aleph::FFT< Real >::evaluate_series_at_unit_circle().


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