GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include <iostream>
#include <vector>
#include "lo-error.h"
#include "oct-fftw.h"
#include "quit.h"
#include "oct-locbuf.h"
#include "singleton-cleanup.h"
#include "nproc.h"
Go to the source code of this file.
Macros | |
#define | CHECK_SIMD_ALIGNMENT(x) (((reinterpret_cast<ptrdiff_t> (x)) & 0xF) == 0) |
Functions | |
template<class T > | |
static void | convert_packcomplex_1d (T *out, size_t nr, size_t nc, octave_idx_type stride, octave_idx_type dist) |
template<class T > | |
static void | convert_packcomplex_Nd (T *out, const dim_vector &dv) |
Definition at line 127 of file oct-fftw.cc.
Referenced by octave_fftw_planner::do_create_plan(), and octave_float_fftw_planner::do_create_plan().
|
inlinestatic |
|
inlinestatic |
Definition at line 765 of file oct-fftw.cc.
References conj(), dim_vector::length(), and dim_vector::numel().
Referenced by octave_fftw::fftNd().