|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Public Attributes | |
| Complex | value = Complex(Real(0), Real(0)) |
| Complex | derivative = Complex(Real(0), Real(0)) |
| Complex Aleph::FFT< Real >::PolynomialEvaluation::derivative = Complex(Real(0), Real(0)) |
Definition at line 908 of file fft.H.
Referenced by Aleph::FFT< Real >::polish_roots_with_newton(), and Aleph::FFT< Real >::try_aberth_ehrlich_roots().
| Complex Aleph::FFT< Real >::PolynomialEvaluation::value = Complex(Real(0), Real(0)) |
Definition at line 907 of file fft.H.
Referenced by Aleph::FFT< Real >::evaluate_polynomial_and_derivative(), Aleph::FFT< Real >::extract_repeated_unit_roots(), Aleph::FFT< Real >::polish_roots_with_newton(), Aleph::FFT< Real >::roots_pass_residual_check(), Aleph::FFT< Real >::try_aberth_ehrlich_roots(), and Aleph::FFT< Real >::try_durand_kerner_roots().