#include "main.h"
#include <unsupported/Eigen/FFT>
Go to the source code of this file.
◆ anonymous enum
Enumerator |
---|
StdVectorContainer | |
EigenVectorContainer | |
Definition at line 63 of file FFTW.cpp.
◆ dif_rmse()
template<typename VT1 , typename VT2 >
long double dif_rmse |
( |
const VT1 |
buf1, |
|
|
const VT2 |
buf2 |
|
) |
| |
◆ EIGEN_DECLARE_TEST()
EIGEN_DECLARE_TEST |
( |
FFTW |
| ) |
|
◆ fft_rmse()
template<typename VT1 , typename VT2 >
long double fft_rmse |
( |
const VT1 & |
fftbuf, |
|
|
const VT2 & |
timebuf |
|
) |
| |
◆ promote() [1/4]
◆ promote() [2/4]
complex<long double> promote |
( |
double |
x | ) |
|
◆ promote() [3/4]
complex<long double> promote |
( |
float |
x | ) |
|
◆ promote() [4/4]
complex<long double> promote |
( |
long double |
x | ) |
|
◆ RandomCpx()
template<typename T >
std::complex<T> RandomCpx |
( |
| ) |
|
◆ test_complex()
template<typename T >
void test_complex |
( |
int |
nfft | ) |
|
◆ test_complex_generic()
template<int Container, typename T >
void test_complex_generic |
( |
int |
nfft | ) |
|
◆ test_return_by_value()
void test_return_by_value |
( |
int |
len | ) |
|
◆ test_scalar()
template<typename T >
void test_scalar |
( |
int |
nfft | ) |
|
◆ test_scalar_generic()
template<int Container, typename T >
void test_scalar_generic |
( |
int |
nfft | ) |
|