#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_fft()
Definition at line 39 of file fft.cc.
References dim_vector::any_zero(), octave_value::array_value(), idx_vector::colon, octave_value::complex_array_value(), octave_value::dims(), octave_value::do_index_op(), err_wrong_type_arg(), error(), dim_vector::first_non_singleton(), octave_value::float_array_value(), octave_value::float_complex_array_value(), ComplexNDArray::fourier(), NDArray::fourier(), FloatComplexNDArray::fourier(), FloatNDArray::fourier(), ComplexNDArray::ifourier(), NDArray::ifourier(), FloatComplexNDArray::ifourier(), FloatNDArray::ifourier(), octave_value::is_single_type(), octave_value::iscomplex(), octave::math::isnan(), octave_value::isreal(), octave_value_list::length(), dim_vector::ndims(), octave::math::nint(), octave::math::nint_big(), octave_value(), print_usage(), Array< T >::resize(), and retval.
Referenced by Ffft(), and Fifft().
◆ Ffft()
◆ Fifft()