12#ifndef SST_CORE_COMPLEX_H
13#define SST_CORE_COMPLEX_H
24 static constexpr bool is_complex =
false;
31 static constexpr bool is_complex =
true;
35#ifndef __STDC_NO_COMPLEX__
40 static constexpr bool is_complex =
true;
47 static constexpr bool is_complex =
true;
48 using real_t = double;
55 static constexpr bool is_complex =
true;
56 using real_t =
long double;
Definition sst_complex.h:23