triqs::gfs::make_block_gf

#include <triqs/gfs.hpp>

Synopsis

  1. template<typename V, typename T>
    block_gf<V, T> make_block_gf (int n, gf<V, T> const & g)
  2. template<typename V, typename T>
    block_gf<V, T> make_block_gf (std::vector<gf<V, T>> v)
  3. template<typename V, typename T>
    block_gf<V, T> make_block_gf (std::initializer_list<gf<V, T>> const & v)
  4. template<typename V, typename T>
    block_gf<V, T> make_block_gf (std::vector<std::string> const & b,
    gf<V, T> const & g)
  5. template<typename V, typename T>
    block_gf<V, T> make_block_gf (std::vector<std::string> const & b,
    std::vector<gf<V, T>> v)
  6. template<typename V, typename T>
    block_gf<V, T> make_block_gf (std::vector<std::string> b,
    std::initializer_list<gf<V, T>> const & v)

Documentation