deal.II version GIT relicensing-1838-g97284be5cd 2024-09-11 15:30:00+00:00
|
#include <deal.II/base/numbers.h>
Public Types | |
using | real_type = number |
using | double_type = std::complex< double > |
Static Public Member Functions | |
static constexpr std::complex< number > | conjugate (const std::complex< number > &x) |
static constexpr real_type | abs_square (const std::complex< number > &x) |
static real_type | abs (const std::complex< number > &x) |
Static Public Attributes | |
static constexpr bool | is_complex = true |
Specialization of the general NumberTraits class that provides the relevant information if the underlying data type is std::complex<T>.
using numbers::NumberTraits< std::complex< number > >::real_type = number |
using numbers::NumberTraits< std::complex< number > >::double_type = std::complex<double> |
|
staticconstexpr |
|
staticconstexpr |
|
static |
|
staticconstexpr |