33 #include <itpp/itexports.h>
49 template <
int w, e_mode e = TC, o_mode o = WRAP, q_mode q = TRN >
54 CFixed(
double r = 0.0,
double i = 0.0,
int s = 0,
Stat *ptr = 0)
55 :
CFix(r, i, s, w, e, o, q, ptr) {}
57 CFixed(std::complex<double> x,
double,
int s = 0,
Stat *ptr = 0)
58 :
CFix(x, 0.0, s, w, e, o, q, ptr) {}
61 :
CFix(0.0, 0.0, 0, w, e, o, q, ptr) {}
64 :
CFix(r, i, w, e, o, q, ptr) {}
67 :
CFix(x, 0.0, w, e, o, q, ptr) {}
249 #endif // #ifndef CFIXED_H