SIMD-compatible representation of complex numbers. More...
#include <eve/module/complex/complex.hpp>
SIMD-compatible representation of complex numbers.
Required header: #include <eve/module/complex.hpp>
eve::complex is structure representing complex number and is meant to be used in conjunction with eve::wide.
Type | Underlying floating point type |
Public Types | |
using | value_type = Type |
Base value type. | |
using | underlying_type = underlying_type_t< Type > |
Base value type. | |
Public Member Functions | |
complex () noexcept | |
Default constructor. | |
Friends | |
std::ostream & | operator<< (std::ostream &os, like< complex > auto const &z) |
Stream insertion operator. | |