MADNESS
version 0.9
|
#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 | 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 | Perform (double_complex *const Data, const unsigned int N, const bool Inverse=false) |
static void | Scale (double_complex *const Data, const unsigned int N) |
|
static |
|
static |
|
static |
References Scale().
|
static |
References Scale().
|
staticprotected |
References delta, N, pi, and mpfr::sin().
|
staticprotected |
References N.
|
staticprotected |
References N.
|
staticprotected |