OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fft_rmse
(Results
1 - 1
of
1
) sorted by null
/external/eigen/unsupported/test/
FFTW.cpp
29
long double
fft_rmse
( const VT1 & fftbuf,const VT2 & timebuf)
function
96
VERIFY(
fft_rmse
(freqBuf,tbuf) < test_precision<T>() );// gross check
101
VERIFY(
fft_rmse
(freqBuf,tbuf) < test_precision<T>() );// gross check
155
VERIFY(
fft_rmse
(outbuf,inbuf) < test_precision<T>() );// gross check
Completed in 587 milliseconds