NFFT Logo 3.2.3
Functions
ndft_fast.c File Reference

Testing ndft, Horner-like ndft, and fully precomputed ndft. More...

#include "config.h"
#include <stdio.h>
#include <math.h>
#include <string.h>
#include <stdlib.h>
#include "nfft3util.h"
#include "nfft3.h"
#include "infft.h"

Go to the source code of this file.

Functions

static void ndft_horner_trafo (nfft_plan *ths)
static void ndft_pre_full_trafo (nfft_plan *ths, double _Complex *A)
static void ndft_pre_full_init (nfft_plan *ths, double _Complex *A)
static void ndft_time (int N, int M, unsigned test_ndft, unsigned test_pre_full)
int main (int argc, char **argv)

Detailed Description

Testing ndft, Horner-like ndft, and fully precomputed ndft.

Author:
Stefan Kunis

Definition in file ndft_fast.c.


Generated on Tue Apr 30 2013 by Doxygen 1.8.1