GNU Octave
4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include <algorithm>
#include "oct-fftw.h"
#include "defun-dld.h"
#include "error.h"
#include "ov.h"
#include "gripes.h"
Go to the source code of this file.
Functions | |
OCTAVE_EXPORT octave_value_list | Ffftw (const octave_value_list &args, int) |
C OCTAVE_EXPORT octave_function * | Gfftw (const octave_shlib &shl, bool relative) |
OCTAVE_EXPORT octave_value_list Ffftw | ( | const octave_value_list & | args, |
int | |||
) |
C OCTAVE_EXPORT octave_function* Gfftw | ( | const octave_shlib & | shl, |
bool | relative | ||
) |
Definition at line 133 of file fftw.cc.
References error(), error_state, octave_fftw_planner::ESTIMATE, octave_float_fftw_planner::ESTIMATE, octave_fftw_planner::EXHAUSTIVE, octave_float_fftw_planner::EXHAUSTIVE, free(), gripe_disabled_feature(), octave_fftw_planner::HYBRID, octave_float_fftw_planner::HYBRID, octave_value::length(), octave_fftw_planner::MEASURE, octave_float_fftw_planner::MEASURE, octave_fftw_planner::method(), octave_float_fftw_planner::method(), octave_value(), octave_fftw_planner::PATIENT, octave_float_fftw_planner::PATIENT, print_usage(), octave_value::string_value(), octave_fftw_planner::threads(), octave_float_fftw_planner::threads(), transform(), octave_fftw_planner::UNKNOWN, and octave_float_fftw_planner::UNKNOWN.