![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
#include <line/num/complex_number.h>
Public Types | |
| using | type = Complex |
Static Public Member Functions | |
| static const char * | name () |
| static Complex | from_int (long v) |
| static Complex | from_rational (long num, long den) |
| static Complex | from_double (double v) |
| static double | to_double (const Complex &v) |
| The real part: the Laplace quadrature keeps Re and discards Im. | |
| static double | log_as_double (const Complex &v) |
| Log of the modulus. | |
| static std::string | to_string (const Complex &v) |
Static Public Attributes | |
| static constexpr bool | is_exact = false |
| static constexpr bool | has_transcendental = true |
Definition at line 46 of file complex_number.h.
| using line::num_traits< Complex >::type = Complex |
Definition at line 47 of file complex_number.h.
|
inlinestatic |
Definition at line 56 of file complex_number.h.
|
inlinestatic |
Definition at line 52 of file complex_number.h.
|
inlinestatic |
Definition at line 53 of file complex_number.h.
|
inlinestatic |
Log of the modulus.
Definition at line 60 of file complex_number.h.
|
inlinestatic |
Definition at line 50 of file complex_number.h.
|
inlinestatic |
The real part: the Laplace quadrature keeps Re and discards Im.
Definition at line 58 of file complex_number.h.
|
inlinestatic |
Definition at line 61 of file complex_number.h.
|
staticconstexpr |
Definition at line 49 of file complex_number.h.
|
staticconstexpr |
Definition at line 48 of file complex_number.h.