#include "lo-mappers.h"
#include "defun.h"
#include "error.h"
#include "errwarn.h"
#include "ovl.h"
#include "utils.h"
Go to the source code of this file.
◆ do_fft2()
Definition at line 41 of file fft2.cc.
References dim_vector::all_zero(), octave_value::array_value(), octave_value::complex_array_value(), octave_value::dims(), err_wrong_type_arg(), error(), octave_value::float_array_value(), octave_value::float_complex_array_value(), ComplexNDArray::fourier2d(), NDArray::fourier2d(), FloatComplexNDArray::fourier2d(), FloatNDArray::fourier2d(), ComplexNDArray::ifourier2d(), NDArray::ifourier2d(), FloatComplexNDArray::ifourier2d(), FloatNDArray::ifourier2d(), octave_value::is_single_type(), octave_value::iscomplex(), octave::math::isnan(), octave_value::isreal(), octave_value_list::length(), dim_vector::ndims(), octave::math::nint_big(), octave_value(), print_usage(), Array< T >::resize(), and retval.
Referenced by Ffft2(), and Fifft2().
◆ Ffft2()
◆ Fifft2()