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

Rationale: Group of one or more roots (typically a conjugate pair) sharing a common geometric center. More...

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

Public Attributes

Array< Complexroots
 
Complex center = Complex(Real(0), Real(0))
 

Detailed Description

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

Rationale: Group of one or more roots (typically a conjugate pair) sharing a common geometric center.

Definition at line 2370 of file fft.H.

Member Data Documentation

◆ center

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

Definition at line 2373 of file fft.H.

◆ roots

template<std::floating_point Real = double>
Array<Complex> Aleph::FFT< Real >::RootGroup::roots

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