Searched defs:complex_type (Results 1 – 4 of 4) sorted by relevance
15 typedef boost::multiprecision::cpp_complex_quad complex_type; in main() typedef
78 typedef std::complex<double> complex_type; // double real and imaginary parts. in main() typedef
415 typedef std::complex<double> complex_type; in main() typedef
277 using complex_type = std::complex<value_type>; in BOOST_FIXTURE_TEST_CASE() typedef