NESSi
v1.0.2
The NonEquilibrium Systems Simulation Library
|
cntr::herm_matrix_timestep_view< T >::herm_matrix_timestep_view | ( | int | tstp, |
herm_matrix_timestep_view< T > & | g | ||
) |
Initializes the herm_matrix_timestep_view
class with the same layout as a given herm_matrix_timestep_view g
.
Initializes and copy the
herm_matrix_timestep_view
class from theherm_matrix_timestep
with the same number of time stepsnt
, number of points on the imaginary branchntau
, matrix ranksize1
and bosonic/fermionic symmetrysig
. No data, only pointers are copied. First argumenttstp
is redundant, but present due to the safety [and historical] reason. Works for scalar or square-matrix contour objects
tstp |
|
g |
|
Definition at line 263 of file cntr_herm_matrix_timestep_view_impl.hpp.