triqs::gfs::gf_view::operator=
#include <triqs/gfs/gf_view.hpp>
Synopsis
gf_view<M, Target, Layout> & operator= (gf_view<M, Target, Layout> const & rhs) template<typename RHS>gf_view<M, Target, Layout> & operator= (RHS const & rhs)
Documentation
- 1)
Copy the data, without resizing the view.
3) Performs MPI reduce
4) Performs MPI scatter
5) Performs MPI gather
Template parameters
RHS WHAT IS POSSIBLE THERE ?
Parameters
l The lazy object returned by mpi::reduce
Warning
If the size of this is not the same as rhs, the behaviour is undefined.