GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
fftw.cc File Reference
#include <algorithm>
#include <string>
#include "oct-fftw.h"
#include "defun-dld.h"
#include "error.h"
#include "errwarn.h"
#include "ov.h"
Include dependency graph for fftw.cc:

Go to the source code of this file.

Functions

OCTAVE_EXPORT octave_value_list Ffftw (const octave_value_list &, int)
 
C OCTAVE_EXPORT octave_functionGfftw (const octave::dynamic_library &shl, bool relative)
 

Function Documentation

◆ Ffftw()

OCTAVE_EXPORT octave_value_list Ffftw ( const octave_value_list ,
int   
)

◆ Gfftw()