Home
last modified time | relevance | path

Searched defs:complex_type (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/libs/multiprecision/example/
Deigen_example.cpp15 typedef boost::multiprecision::cpp_complex_quad complex_type; in main() typedef
/third_party/boost/libs/units/example/
Dtutorial.cpp78 typedef std::complex<double> complex_type; // double real and imaginary parts. in main() typedef
Dkitchen_sink.cpp415 typedef std::complex<double> complex_type; in main() typedef
/third_party/boost/libs/numeric/ublas/test/tensor/
Dtest_functions.cpp277 using complex_type = std::complex<value_type>; in BOOST_FIXTURE_TEST_CASE() typedef