JayBeams  0.1
Another project to have fun coding.
Classes | Namespaces
complex_traits.hpp File Reference
#include <jb/clfft/init.hpp>
#include <complex>

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
 

Class Documentation

◆ jb::clfft::detail::complex_traits

struct jb::clfft::detail::complex_traits

template<typename T>
struct jb::clfft::detail::complex_traits< T >

Generic version, not implemented.

Definition at line 16 of file complex_traits.hpp.