JayBeams
0.1
Another project to have fun coding.
|
Go to the source code of this file.
Classes | |
struct | jb::clfft::detail::complex_traits< T > |
Generic version, not implemented. More... | |
struct | jb::clfft::detail::complex_traits< std::complex< float > > |
Define traits for std::complex<float> as needed in jb::clfft::plan. More... | |
struct | jb::clfft::detail::complex_traits< std::complex< double > > |
Define traits for std::complex<double> as needed in jb::clfft::plan. More... | |
struct | jb::clfft::detail::complex_traits< float > |
Define traits for float as needed in jb::clfft::plan. More... | |
struct | jb::clfft::detail::complex_traits< double > |
Define traits for double as needed in jb::clfft::plan. More... | |
Namespaces | |
jb | |
The top-level namespace for the JayBeams library. | |
jb::clfft | |
Wrappers for the clFFT library. | |
jb::clfft::detail | |
struct jb::clfft::detail::complex_traits |
Generic version, not implemented.
Definition at line 16 of file complex_traits.hpp.