GNU Radio 3.7.1 C++ API
|
#include <complex>
Go to the source code of this file.
Defines | |
#define | CPPUNIT_ASSERT_COMPLEXES_EQUAL(expected, actual, delta) |
Typedefs | |
typedef std::complex< float > | gr_complex |
typedef std::complex< double > | gr_complexd |
Functions | |
bool | is_complex (gr_complex 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) |
#define CPPUNIT_ASSERT_COMPLEXES_EQUAL | ( | expected, | |
actual, | |||
delta | |||
) |
CPPUNIT_ASSERT_DOUBLES_EQUAL (expected.real(), actual.real(), delta); \ CPPUNIT_ASSERT_DOUBLES_EQUAL (expected.imag(), actual.imag(), delta);
typedef std::complex<float> gr_complex |
typedef std::complex<double> gr_complexd |
bool is_complex | ( | gr_complex | x | ) | [inline] |
References void().
bool is_complex | ( | float | x | ) | [inline] |
References void().
bool is_complex | ( | double | x | ) | [inline] |
References void().
bool is_complex | ( | int | x | ) | [inline] |
References void().
bool is_complex | ( | char | x | ) | [inline] |
References void().
bool is_complex | ( | short | x | ) | [inline] |
References void().