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

Public Attributes

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

Detailed Description

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

Definition at line 905 of file fft.H.

Member Data Documentation

◆ derivative

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

◆ value


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