triqs::gfs::block_gf

#include <triqs/gfs.hpp>

template<typename Var, typename Target> class block_gf

block_gf

Public members

name std::string  

Member types

variable_t Var  
target_t Target  
regular_type block_gf<Var, Target>  
mutable_view_type block_gf_view<Var, Target>  
view_type block_gf_view<Var, Target>  
const_view_type block_gf_const_view<Var, Target>  
real_t block_gf<Var, typename Target::real_t> The associated real type
g_t gf<Var, Target>  
data_t std::vector<g_t>  
block_names_t std::vector<std::string>  
iterator iterator_impl<false>  
const_iterator iterator_impl<true>  

Non Member functions

h5_write  
h5_read  
operator<<