triqs::gfs::block2_gf_const_view

#include <triqs/gfs.hpp>

template<typename Var, typename Target> class block2_gf_const_view

block2_gf_const_view

Public members

name std::string  

Member types

variable_t Var  
target_t Target  
regular_type block2_gf<Var, Target>  
mutable_view_type block2_gf_view<Var, Target>  
view_type block2_gf_const_view<Var, Target>  
const_view_type block2_gf_const_view<Var, Target>  
real_t block2_gf_const_view<Var, typename Target::real_t> The associated real type
g_t gf_const_view<Var, Target>  
data_t std::vector<std::vector<g_t> >  
block_names_t std::vector<std::vector<std::string> >  
iterator iterator_impl<false>  
const_iterator iterator_impl<true>  

Non Member functions

h5_write  
h5_read  
operator<<