triqs::gfs::gf_const_view::constructor

#include <triqs/gfs/gf_const_view.hpp>

Synopsis

  1. gf_const_view (gf_const_view<M, Target, Layout> const & x)
  2. gf_const_view (gf_const_view<M, Target, Layout> && )
  3. gf_const_view ()
  4. gf_const_view (gf_view<M, Target> const & g)
  5. gf_const_view (gf<M, Target> const & g)
  6. gf_const_view (gf<M, Target> & g)
  7. gf_const_view (gf<M, Target> && g) noexcept
  8. gf_const_view (gf_const_view::mesh_t m, gf_const_view::data_t dat)

Documentation

1) Copy

2) Move

3) Empty view, not binded to anything

8) Builds a const view on top of a mesh, a data array

Template parameters

  • ArrayType Type of the data array

Parameters

  • dat Data array