ALPSCore reference
Public Types | Public Member Functions | List of all members
alps::gf::itime_mesh Class Reference

#include <mesh.hpp>

Collaboration diagram for alps::gf::itime_mesh:
Collaboration graph

Public Types

typedef generic_index< itime_meshindex_type
 

Public Member Functions

 itime_mesh ()
 
 itime_mesh (const itime_mesh &rhs)
 
 itime_mesh (double beta, int ntau)
 
int operator() (index_type idx) const
 
int extent () const
 
bool operator== (const itime_mesh &mesh) const
 Comparison operators. More...
 
double beta () const
 Getter variables for members. More...
 
statistics::statistics_type statistics () const
 
const std::vector< double > & points () const
 
bool operator!= (const itime_mesh &mesh) const
 Comparison operators. More...
 
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 ()
 

Detailed Description

Definition at line 354 of file mesh.hpp.

Member Typedef Documentation

Definition at line 369 of file mesh.hpp.

Constructor & Destructor Documentation

alps::gf::itime_mesh::itime_mesh ( )
inline

Definition at line 371 of file mesh.hpp.

alps::gf::itime_mesh::itime_mesh ( const itime_mesh rhs)
inline

Definition at line 375 of file mesh.hpp.

alps::gf::itime_mesh::itime_mesh ( double  beta,
int  ntau 
)
inline

Definition at line 381 of file mesh.hpp.

Member Function Documentation

double alps::gf::itime_mesh::beta ( ) const
inline

Getter variables for members.

Definition at line 401 of file mesh.hpp.

void alps::gf::itime_mesh::compute_points ( )
inline

Definition at line 474 of file mesh.hpp.

int alps::gf::itime_mesh::extent ( ) const
inline

Definition at line 391 of file mesh.hpp.

void alps::gf::itime_mesh::load ( alps::hdf5::archive ar,
const std::string &  path 
)
inline

Definition at line 423 of file mesh.hpp.

void alps::gf::itime_mesh::load ( alps::hdf5::archive ar)
inline

Load from HDF5.

Definition at line 452 of file mesh.hpp.

bool alps::gf::itime_mesh::operator!= ( const itime_mesh mesh) const
inline

Comparison operators.

Definition at line 406 of file mesh.hpp.

int alps::gf::itime_mesh::operator() ( index_type  idx) const
inline

Definition at line 385 of file mesh.hpp.

bool alps::gf::itime_mesh::operator== ( const itime_mesh mesh) const
inline

Comparison operators.

Definition at line 394 of file mesh.hpp.

const std::vector<double>& alps::gf::itime_mesh::points ( ) const
inline

Definition at line 403 of file mesh.hpp.

void alps::gf::itime_mesh::save ( alps::hdf5::archive ar,
const std::string &  path 
) const
inline

Definition at line 411 of file mesh.hpp.

void alps::gf::itime_mesh::save ( alps::hdf5::archive ar) const
inline

Save to HDF5.

Definition at line 446 of file mesh.hpp.

statistics::statistics_type alps::gf::itime_mesh::statistics ( ) const
inline

Definition at line 402 of file mesh.hpp.


The documentation for this class was generated from the following file: