#include "lo-mappers.h"
#include "defun.h"
#include "error.h"
#include "gripes.h"
#include "oct-obj.h"
#include "utils.h"
Go to the source code of this file.
Macros |
#define | FFTSRC "@sc{fftw}" |
Macro Definition Documentation
#define FFTSRC "@sc{fftw}" |
Function Documentation
Definition at line 45 of file fft2.cc.
References dim_vector::all_zero(), arg(), octave_value::array_value(), octave_value::complex_array_value(), octave_value::dims(), error(), error_state, octave_value::float_array_value(), octave_value::float_complex_array_value(), ComplexNDArray::fourier2d(), FloatComplexNDArray::fourier2d(), FloatNDArray::fourier2d(), NDArray::fourier2d(), gripe_wrong_type_arg(), ComplexNDArray::ifourier2d(), FloatComplexNDArray::ifourier2d(), FloatNDArray::ifourier2d(), NDArray::ifourier2d(), octave_value::is_complex_type(), octave_value::is_real_type(), octave_value::is_single_type(), octave_value_list::length(), dim_vector::length(), NINTbig(), octave_value(), print_usage(), Array< T >::resize(), and xisnan().
Referenced by Ffft2(), and Fifft2().