#include "lo-error.h"
#include "oct-fftw.h"
#include "oct-locbuf.h"
#include "quit.h"
#include "singleton-cleanup.h"
#include "nproc-wrapper.h"
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) |
Definition at line 143 of file oct-fftw.cc.