triqs::gfs::reinterpret_scalar_valued_gf_as_matrix_valued

#include <triqs/gfs.hpp>

Synopsis

  1. template<typename M, typename T, int A>
    auto reinterpret_scalar_valued_gf_as_matrix_valued (block_gf<M, T, A> & g)
  2. template<typename M, typename T, int A>
    auto reinterpret_scalar_valued_gf_as_matrix_valued (block_gf<M, T, A> const & g)
  3. template<typename M, typename T, int A, bool C>
    auto reinterpret_scalar_valued_gf_as_matrix_valued (block_gf_view<M, T, A, C> g)

Documentation