triqs::gfs::foreach

#include <triqs/gfs.hpp>

Synopsis

  1. template<typename Lambda>
    void foreach (gf_mesh<imtime> const & m, Lambda F)
  2. template<typename Lambda>
    void foreach (gf_mesh<imfreq> const & m, Lambda F)
  3. template<typename Lambda>
    void foreach (segment_mesh const & m, Lambda F)

Documentation

1) foreach for this mesh

2) brief foreach for this mesh

3) brief foreach for this mesh

Parameters

  • m a mesh
  • F a function of synopsis auto F (matsubara_time_mesh::mesh_point_t)
Calls F on each point of the mesh, in arbitrary order.