#include <alpaqa/util/quadmath/quadmath.hpp>
#include <cmath>
#include <complex>
#include <concepts>
#include <type_traits>
Go to the source code of this file.
Classes | |
struct | is_complex_float< T > |
struct | is_complex_float< std::complex< T > > |
Namespaces | |
namespace | alpaqa |
Concepts | |
concept | alpaqa::float_or_complex_float |
Variables | |
template<class T > | |
constexpr bool | is_complex_float_v = is_complex_float<T>::value |