JayBeams  0.1
Another project to have fun coding.
conjugate_and_multiply_kernel.hpp
Go to the documentation of this file.
1 #ifndef jb_tde_conjugate_and_multiply_kernel_hpp
2 #define jb_tde_conjugate_and_multiply_kernel_hpp
3 
4 namespace jb {
5 namespace tde {
6 
7 /// Contains the code for the kernels used in computing the argmax.
8 extern char const conjugate_and_multiply_kernel_source[];
9 
10 } // namespace tde
11 } // namespace jb
12 
13 #endif // jb_tde_conjugate_and_multiply_kernel_hpp
char const conjugate_and_multiply_kernel_source[]
Contains the code for the kernels used in computing the argmax.
The top-level namespace for the JayBeams library.
Definition: as_hhmmss.hpp:7