#include <fftw++.h>
Definition at line 503 of file fftw++.h.
template<class T >
fftwpp::Transpose::Transpose |
( |
unsigned int |
rows, |
|
|
unsigned int |
cols, |
|
|
unsigned int |
length, |
|
|
T * |
in, |
|
|
T * |
out = NULL , |
|
|
unsigned int |
threads = fftw::maxthreads |
|
) |
| |
|
inline |
Definition at line 518 of file fftw++.h.
References a, b, utils::ceilquotient(), fftwpp::fftw::effort, exit, ilast, inplace, jlast, utl::m, mlength, nlength, out, plan, plan2, fftwpp::fftw::planThreads(), size, and threads.
fftwpp::Transpose::~Transpose |
( |
| ) |
|
|
inline |
template<class T >
void fftwpp::Transpose::transpose |
( |
T * |
in, |
|
|
T * |
out = NULL |
|
) |
| |
|
inline |
Definition at line 594 of file fftw++.h.
References a, b, cols, exit, I, ilast, fftwpp::inout, inplace, jlast, mlength, nlength, out, plan, plan2, and rows.
unsigned int fftwpp::Transpose::a |
|
private |
unsigned int fftwpp::Transpose::b |
|
private |
unsigned int fftwpp::Transpose::cols |
|
private |
unsigned int fftwpp::Transpose::ilast |
|
private |
bool fftwpp::Transpose::inplace |
|
private |
unsigned int fftwpp::Transpose::jlast |
|
private |
unsigned int fftwpp::Transpose::mlength |
|
private |
unsigned int fftwpp::Transpose::nlength |
|
private |
fftw_plan fftwpp::Transpose::plan |
|
private |
fftw_plan fftwpp::Transpose::plan2 |
|
private |
unsigned int fftwpp::Transpose::rows |
|
private |
unsigned int fftwpp::Transpose::size |
|
private |
unsigned int fftwpp::Transpose::threads |
|
private |
The documentation for this class was generated from the following file: