|
TRIQS/TRIQS 4.0.0
Researching Interacting Quantum Systems
|
#include "../gf/flatten.hpp"#include "../gf/gf.hpp"#include "../gf/gf_const_view.hpp"#include "../../mesh/prod.hpp"#include "../../utility/tuple_tools.hpp"Provides a helper to apply a transform to a single component of a product-mesh Green's function.
Definition in file partial_transform.hpp.
Go to the source code of this file.
Functions | |
| template<int N = 0, typename... M, typename Target> | |
| auto | triqs::gfs::partial_transform (gf_const_view< mesh::prod< M... >, Target > gin, auto lambda) |
| Apply a transform to a single mesh component of a product-mesh Green's function. | |