GNU Radio C++ API Reference  3.10.11.0
The Free & Open Software Radio Ecosystem
gr_complex.h File Reference
#include <complex>
Include dependency graph for gr_complex.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef std::complex< float > gr_complex
 
typedef std::complex< double > gr_complexd
 

Functions

bool is_complex (gr_complex x)
 
bool is_complex (gr_complexd x)
 
bool is_complex (float x)
 
bool is_complex (double x)
 
bool is_complex (int x)
 
bool is_complex (char x)
 
bool is_complex (short x)
 

Typedef Documentation

typedef std::complex<float> gr_complex
typedef std::complex<double> gr_complexd

Function Documentation

bool is_complex ( gr_complex  x)
inline
bool is_complex ( gr_complexd  x)
inline
bool is_complex ( float  x)
inline
bool is_complex ( double  x)
inline
bool is_complex ( int  x)
inline
bool is_complex ( char  x)
inline
bool is_complex ( short  x)
inline