Searched defs:CUDAComplexT (Results 1 – 2 of 2) sorted by relevance
27 struct CUDAComplexT { struct28 typedef T type;31 struct CUDAComplexT<std::complex<float>> { struct32 typedef cuComplex type;35 struct CUDAComplexT<std::complex<double>> { struct36 typedef cuDoubleComplex type;
40 struct CUDAComplexT { struct44 struct CUDAComplexT<std::complex<float>> { argument