Octopus
fftw_low.c File Reference

Go to the source code of this file.

Typedefs

typedef int fint
 
typedef int fint4
 
typedef long long int fint8
 
typedef char fchar
 

Functions

void fft_optimize (int *n, int par)
 
void oct_fft_optimize_ (fint *n, fint *par)
 

Typedef Documentation

◆ fint

typedef int fint

Definition at line 18 of file fftw_low.c.

◆ fint4

typedef int fint4

Definition at line 19 of file fftw_low.c.

◆ fint8

typedef long long int fint8

Definition at line 20 of file fftw_low.c.

◆ fchar

typedef char fchar

Definition at line 22 of file fftw_low.c.

Function Documentation

◆ fft_optimize()

void fft_optimize ( int *  n,
int  par 
)

Definition at line 25 of file fftw_low.c.

◆ oct_fft_optimize_()

void oct_fft_optimize_ ( fint n,
fint par 
)

Definition at line 55 of file fftw_low.c.