triqs::gfs::block_gf

#include <triqs/gfs.hpp>

template<typename Mesh, typename Target, int Arity> class block_gf

————————— implementation ———————————

Public members

name std::string  

Member types

mesh_t Mesh  
target_t Target  
regular_type block_gf<Mesh, Target, Arity>  
mutable_view_type block_gf_view<Mesh, Target, Arity>  
view_type block_gf_view<Mesh, Target, Arity, false>  
const_view_type block_gf_view<Mesh, Target, Arity, true>  
real_t block_gf<Mesh, typename Target::real_t, Arity> The associated real type
g_t gf<Mesh, Target>  
data_t std::conditional_t<Arity == 1, std::vector<g_t>, std::vector<std::vector<g_t>>>  
block_names_t std::conditional_t<Arity == 1, std::vector<std::string>, std::vector<std::vector<std::string>>>  
iterator iterator_impl<false>  
const_iterator iterator_impl<true>  

Non Member functions

h5_write  
h5_read