#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.
Defines | |
#define | 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 (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) |
|
Value: CPPUNIT_ASSERT_DOUBLES_EQUAL (expected.real(), actual.real(), delta); \ CPPUNIT_ASSERT_DOUBLES_EQUAL (expected.imag(), actual.imag(), delta); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|