MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / FFT_REAL

Class FFT_REAL

test/fft_real.cpp:37–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35
36template<typename T>
37class FFT_REAL : public ::testing::Test {};
38
39typedef ::testing::Types<cfloat, cdouble> TestTypes;
40TYPED_TEST_SUITE(FFT_REAL, TestTypes);

Callers 1

fft.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected