IT++ Logo
interleave.cpp
Go to the documentation of this file.
1 
29 #include <itpp/comm/interleave.h>
30 
31 
32 namespace itpp
33 {
34 
35 // ----------------------------------------------------------------------
36 // Instantiations
37 // ----------------------------------------------------------------------
38 
39 template class ITPP_EXPORT Block_Interleaver<double>;
40 template class ITPP_EXPORT Block_Interleaver<short>;
41 template class ITPP_EXPORT Block_Interleaver<int>;
42 template class ITPP_EXPORT Block_Interleaver<std::complex<double> >;
43 template class ITPP_EXPORT Block_Interleaver<bin>;
44 
45 template class ITPP_EXPORT Cross_Interleaver<double>;
46 template class ITPP_EXPORT Cross_Interleaver<short>;
47 template class ITPP_EXPORT Cross_Interleaver<int>;
48 template class ITPP_EXPORT Cross_Interleaver<std::complex<double> >;
49 template class ITPP_EXPORT Cross_Interleaver<bin>;
50 
51 template class ITPP_EXPORT Sequence_Interleaver<double>;
52 template class ITPP_EXPORT Sequence_Interleaver<short>;
53 template class ITPP_EXPORT Sequence_Interleaver<int>;
54 template class ITPP_EXPORT Sequence_Interleaver<std::complex<double> >;
55 template class ITPP_EXPORT Sequence_Interleaver<bin>;
56 
58 
59 } // namespace itpp
SourceForge Logo

Generated on Sat Jul 6 2013 10:54:22 for IT++ by Doxygen 1.8.2