GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
oct-fftw.cc File Reference
#include "lo-error.h"
#include "oct-fftw.h"
#include "oct-locbuf.h"
#include "quit.h"
#include "singleton-cleanup.h"
#include "nproc-wrapper.h"
Include dependency graph for oct-fftw.cc:

Go to the source code of this file.

Namespaces

 octave
 

Macros

#define CHECK_SIMD_ALIGNMENT(x)   (((reinterpret_cast<ptrdiff_t> (x)) & 0xF) == 0)
 

Functions

template<typename T >
static void octave::convert_packcomplex_1d (T *out, size_t nr, size_t nc, octave_idx_type stride, octave_idx_type dist)
 
template<typename T >
static void octave::convert_packcomplex_Nd (T *out, const dim_vector &dv)
 
std::string octave::fftw_version (void)
 
std::string octave::fftwf_version (void)
 

Macro Definition Documentation

◆ CHECK_SIMD_ALIGNMENT

#define CHECK_SIMD_ALIGNMENT (   x)    (((reinterpret_cast<ptrdiff_t> (x)) & 0xF) == 0)