#include <mesh.hpp>
Definition at line 494 of file mesh.hpp.
alps::gf::power_mesh::power_mesh |
( |
const power_mesh & |
rhs | ) |
|
|
inline |
alps::gf::power_mesh::power_mesh |
( |
| ) |
|
|
inline |
alps::gf::power_mesh::power_mesh |
( |
double |
beta, |
|
|
int |
power, |
|
|
int |
uniform |
|
) |
| |
|
inline |
double alps::gf::power_mesh::beta |
( |
| ) |
const |
|
inline |
Getter variables for members.
Definition at line 543 of file mesh.hpp.
void alps::gf::power_mesh::compute_points |
( |
| ) |
|
|
inline |
void alps::gf::power_mesh::compute_weights |
( |
| ) |
|
|
inline |
int alps::gf::power_mesh::extent |
( |
| ) |
const |
|
inline |
Load from HDF5.
Definition at line 596 of file mesh.hpp.
bool alps::gf::power_mesh::operator!= |
( |
const power_mesh & |
mesh | ) |
const |
|
inline |
Comparison operators.
Definition at line 549 of file mesh.hpp.
int alps::gf::power_mesh::operator() |
( |
index_type |
idx | ) |
const |
|
inline |
bool alps::gf::power_mesh::operator== |
( |
const power_mesh & |
mesh | ) |
const |
|
inline |
Comparison operators.
Definition at line 536 of file mesh.hpp.
const std::vector<double>& alps::gf::power_mesh::points |
( |
| ) |
const |
|
inline |
int alps::gf::power_mesh::power |
( |
| ) |
const |
|
inline |
int alps::gf::power_mesh::uniform |
( |
| ) |
const |
|
inline |
const std::vector<double>& alps::gf::power_mesh::weights |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: