#include <pocketfft_hdronly.h>
Definition at line 334 of file pocketfft_hdronly.h.
Collaboration diagram for POCKETFFT_NAMESPACE::detail::sincos_2pibyn< T >:Public Member Functions | |
| cmplx< T > | operator[] (vcl_size_t idx) const |
| POCKETFFT_NOINLINE | sincos_2pibyn (vcl_size_t n) |
Private Types | |
| using | Thigh = typename std::conditional<(sizeof(T)>sizeof(double)), T, double>::type |
Static Private Member Functions | |
| static cmplx< Thigh > | calc (vcl_size_t x, vcl_size_t n, Thigh ang) |
Private Attributes | |
| vcl_size_t | mask |
| vcl_size_t | N |
| vcl_size_t | shift |
| arr< cmplx< Thigh > > | v1 |
| arr< cmplx< Thigh > > | v2 |
|
private |
Definition at line 337 of file pocketfft_hdronly.h.
|
inlineexplicit |
Definition at line 376 of file pocketfft_hdronly.h.
References calc(), mask, N, POCKETFFT_NOINLINE, shift, v1, and v2.
|
inlinestaticprivate |
Definition at line 341 of file pocketfft_hdronly.h.
Referenced by sincos_2pibyn().
|
inline |
|
private |
Definition at line 338 of file pocketfft_hdronly.h.
Referenced by operator[](), and sincos_2pibyn().
|
private |
Definition at line 338 of file pocketfft_hdronly.h.
Referenced by operator[](), and sincos_2pibyn().
|
private |
Definition at line 338 of file pocketfft_hdronly.h.
Referenced by operator[](), and sincos_2pibyn().
|
private |
Definition at line 339 of file pocketfft_hdronly.h.
Referenced by operator[](), and sincos_2pibyn().
|
private |
Definition at line 339 of file pocketfft_hdronly.h.
Referenced by operator[](), and sincos_2pibyn().