Graph Framework
|
Class interface to build dispersion relation functions. More...
#include <dispersion.hpp>
Public Member Functions | |
virtual graph::shared_leaf< T, SAFE_MATH > | Z (graph::shared_leaf< T, SAFE_MATH > zeta) |
Method to build the Z function. | |
Additional Inherited Members | |
![]() | |
typedef T | base |
Type def to retrieve the backend base type. | |
![]() | |
static constexpr bool | safe_math = SAFE_MATH |
Retrieve template parameter of safe math. | |
Class interface to build dispersion relation functions.
T | Base type of the calculation. |
SAFE_MATH | Use Safe Math operations. |
|
inlinevirtual |
Method to build the Z function.
[in] | zeta | The zeta argument. |
Implements dispersion::z_function< T, SAFE_MATH >.