#include <stdio.h>
#include <math.h>
#include <string.h>
#include <stdlib.h>
#include "util.h"
#include "nfft3.h"
Functions | |
void | ndft_horner_trafo (nfft_plan *ths) |
void | ndft_pre_full_trafo (nfft_plan *ths, complex *A) |
void | ndft_pre_full_init (nfft_plan *ths, complex *A) |
void | ndft_time (int N, int M, unsigned test_ndft, unsigned test_pre_full) |
int | main (int argc, char **argv) |
|
init pseudo random nodes init pseudo random Fourier coefficients NDFT Horner NDFT Fully precomputed NDFT |