|
ARTEMIS
|
Namespaces | |
| AnyFFT | |
Functions | |
| std::string | AnyFFT::rocfftErrorToString (const rocfft_status err) |
| This method converts a rocfftResult into the corresponding string. More... | |
| FFTplan | AnyFFT::CreatePlan (const amrex::IntVect &real_size, amrex::Real *const real_array, Complex *const complex_array, const direction dir, const int dim) |
| create FFT plan for the backend FFT library. More... | |
| void | AnyFFT::DestroyPlan (FFTplan &fft_plan) |
| Destroy library FFT plan. More... | |
| void | AnyFFT::Execute (FFTplan &fft_plan) |
| Perform FFT with backend library. More... | |