#include <algorithm>
#include <string>
#include "oct-fftw.h"
#include "defun-dld.h"
#include "error.h"
#include "errwarn.h"
#include "ov.h"
Go to the source code of this file.
Functions | |
octave_value_list | Ffftw (const octave_value_list &, int) |
C octave_function * | Gfftw (const octave::dynamic_library &shl, bool relative) |
octave_value_list Ffftw | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 142 of file fftw.cc.
References err_disabled_feature(), error(), fftw_planner::ESTIMATE, float_fftw_planner::ESTIMATE, fftw_planner::EXHAUSTIVE, float_fftw_planner::EXHAUSTIVE, free(), fftw_planner::HYBRID, float_fftw_planner::HYBRID, fftw_planner::MEASURE, float_fftw_planner::MEASURE, fftw_planner::method(), float_fftw_planner::method(), octave_value(), fftw_planner::PATIENT, float_fftw_planner::PATIENT, print_usage(), fftw_planner::threads(), float_fftw_planner::threads(), transform(), fftw_planner::UNKNOWN, float_fftw_planner::UNKNOWN, and octave_value::xstring_value().
C octave_function* Gfftw | ( | const octave::dynamic_library & | shl, |
bool | relative | ||
) |