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

Generated on Tue Aug 17 2021 10:59:15 for IT++ by Doxygen 1.12.0