ALPSCore reference
|
#include <mesh.hpp>
Public Types | |
typedef generic_index< numerical_mesh > | index_type |
Public Member Functions | |
numerical_mesh (const numerical_mesh< T > &rhs) | |
numerical_mesh (gf::statistics::statistics_type statistics=statistics::FERMIONIC) | |
numerical_mesh (double b, const std::vector< piecewise_polynomial< T > > &basis_functions, gf::statistics::statistics_type statistics=statistics::FERMIONIC) | |
int | extent () const |
int | operator() (index_type idx) const |
bool | operator== (const numerical_mesh &mesh) const |
Comparison operators. More... | |
bool | operator!= (const numerical_mesh &mesh) const |
Comparison operators. More... | |
double | beta () const |
getter functions for member variables More... | |
statistics::statistics_type | statistics () const |
const piecewise_polynomial< T > & | basis_function (int l) const |
void | swap (numerical_mesh &other) |
Swaps this and another mesh. More... | |
numerical_mesh & | operator= (const numerical_mesh &other) |
void | save (alps::hdf5::archive &ar, const std::string &path) const |
void | load (alps::hdf5::archive &ar, const std::string &path) |
void | save (alps::hdf5::archive &ar) const |
Save to HDF5. More... | |
void | load (alps::hdf5::archive &ar) |
Load from HDF5. More... | |
void | compute_points () |
Public Member Functions inherited from alps::gf::base_mesh | |
base_mesh () | |
base_mesh (const base_mesh &rhs) | |
const std::vector< double > & | points () const |
Const access to mesh points. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from alps::gf::base_mesh | |
std::vector< double > & | _points () |
void | swap (base_mesh &other) |
Numerical mesh (T = double or std::complex<double>)
typedef generic_index<numerical_mesh> alps::gf::numerical_mesh< T >::index_type |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |