MADNESS 0.10.1
|
#include <cfft.h>
Static Public Member Functions | |
static bool | Forward (const double_complex *const Input, double_complex *const Output, const unsigned int N) |
static bool | Forward (double_complex *const Data, const unsigned int N) |
static bool | Inverse (const double_complex *const Input, double_complex *const Output, const unsigned int N, const bool Scale=true) |
static bool | Inverse (double_complex *const Data, const unsigned int N, const bool Scale=true) |
Static Protected Member Functions | |
static void | Perform (double_complex *const Data, const unsigned int N, const bool Inverse=false) |
static void | Rearrange (const double_complex *const Input, double_complex *const Output, const unsigned int N) |
static void | Rearrange (double_complex *const Data, const unsigned int N) |
static void | Scale (double_complex *const Data, const unsigned int N) |
|
static |
References N, Perform(), and Rearrange().
|
static |
References N, Perform(), and Rearrange().
|
static |
References N, Perform(), Rearrange(), and Scale().
Referenced by madness::BandlimitedPropagator::BandlimitedPropagator(), and Perform().
|
static |
References N, Perform(), Rearrange(), and Scale().
|
staticprotected |
|
staticprotected |
|
staticprotected |
References N.
|
staticprotected |