triqs::gfs::gf::operator=
#include <triqs/gfs/gf.hpp>
Synopsis
gf<M, Target, Layout> & operator= (gf<M, Target, Layout> const & rhs) gf<M, Target, Layout> & operator= (gf<M, Target, Layout> && rhs) noexcept template<typename RHS>gf<M, Target, Layout> & operator= (RHS && rhs)
Documentation
- 3)
The assignment resizes the mesh and the data, invalidating all pointers on them.
4) Performs MPI reduce
5) Performs MPI scatter
6) Performs MPI gather
Template parameters
RHS Type of the right hand side rhs. Must model GreenFunction concept.
RHS can be anything modeling the gf concept TBW In particular lazy expression with Green functions
Parameters
rhs
l The lazy object returned by mpi::reduce
Error
File not found
Example file /src/triqs/doc/documentation/examples/triqs/gfs/gf_assign_0.cpp not found