#include <combined_coordinates.hh>
|
| BosonicCoordinates1DFiniteT (Idx m_start, Idx m_stop, NT m_T, uint grid_extent, NT p_start, NT p_stop, NT p_bias) |
|
template<typename Idx2 , typename NT2 > |
| BosonicCoordinates1DFiniteT (const BosonicCoordinates1DFiniteT< Idx2, NT2 > &other) |
|
template<typename NT2 > |
| BosonicCoordinates1DFiniteT (const LogarithmicCoordinates1D< NT2 > &logarithmic_coordinates, Idx m_start, Idx m_stop, NT m_T) |
|
std::array< NT, 2 > __forceinline__ __device__ __host__ | forward (const uint m, const uint p) const |
| Transform from the grid to the physical space.
|
|
std::tuple< Idx, NT > __forceinline__ __device__ __host__ | backward (const NT m, const NT p) const |
| Transform from the physical space to the grid.
|
|
uint | size () const |
|
std::array< uint, 2 > | sizes () const |
|
◆ ctype
template<typename Idx , typename NT >
◆ BosonicCoordinates1DFiniteT() [1/3]
template<typename Idx , typename NT >
◆ BosonicCoordinates1DFiniteT() [2/3]
template<typename Idx , typename NT >
template<typename Idx2 , typename NT2 >
◆ BosonicCoordinates1DFiniteT() [3/3]
template<typename Idx , typename NT >
template<typename NT2 >
◆ backward()
template<typename Idx , typename NT >
Transform from the physical space to the grid.
- Parameters
-
- Returns
- double grid coordinate
◆ forward()
template<typename Idx , typename NT >
Transform from the grid to the physical space.
- Parameters
-
- Returns
- NumberType physical coordinate
◆ size()
template<typename Idx , typename NT >
◆ sizes()
template<typename Idx , typename NT >
◆ dim
template<typename Idx , typename NT >
◆ grid_extent
template<typename Idx , typename NT >
◆ logarithmic_coordinates
template<typename Idx , typename NT >
◆ m_size
template<typename Idx , typename NT >
◆ m_start
template<typename Idx , typename NT >
◆ m_stop
template<typename Idx , typename NT >
◆ m_T
template<typename Idx , typename NT >
◆ matsubara_values
template<typename Idx , typename NT >
◆ p_bias
template<typename Idx , typename NT >
◆ p_start
template<typename Idx , typename NT >
◆ p_stop
template<typename Idx , typename NT >
The documentation for this class was generated from the following file: