IT++ 4.3.1
cfixed.cpp
Go to the documentation of this file.
1
28
29#include <itpp/fixed/cfixed.h>
30
31
32namespace itpp
33{
34
35// Template instantiations
36template class ITPP_EXPORT CFixed<64, TC, WRAP>;
37
38} // namespace itpp
Definitions of a complex fixed-point data type CFixed.
Templated complex fixed-point data type.
Definition cfixed.h:51
itpp namespace
Definition itmex.h:37