OpenKalman
|
Tests for values::complex types. More...
#include <type_traits>
#include "values/tests/tests.hpp"
#include "values/concepts/number.hpp"
#include "values/concepts/complex.hpp"
#include "values/concepts/integral.hpp"
#include "values/concepts/floating.hpp"
#include "values/concepts/dynamic.hpp"
#include "values/traits/number_type_of_t.hpp"
#include "values/traits/real_type_of_t.hpp"
#include "values/concepts/not_complex.hpp"
#include "values/classes/Fixed.hpp"
#include "values/functions/internal/make_complex_number.hpp"
#include "values/functions/internal/update_real_part.hpp"
#include "values/functions/internal/near.hpp"
Macros | |
#define | COMPLEXINTEXISTS(F) |
Functions | |
TEST (values, interface) | |
TEST (values, complex) | |
TEST (values, Fixed_complex) | |
TEST (values, make_complex_number) | |
TEST (values, update_real_part) | |
TEST (values, near_complex) | |
Tests for values::complex types.