NESSi
v1.0.2
The NonEquilibrium Systems Simulation Library
|
cntr::herm_matrix_timestep_view< T >::herm_matrix_timestep_view | ( | int | tstp, |
herm_matrix_timestep< T > & | g, | ||
bool | check_assert = true |
||
) |
Initializes the herm_matrix_timestep_view
class with the same layout as a given herm_matrix_timestep 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 |
|
check_assert |
|
Definition at line 218 of file cntr_herm_matrix_timestep_view_impl.hpp.
References cntr::herm_matrix_timestep< T >::lesptr(), cntr::herm_matrix_timestep< T >::matptr(), cntr::herm_matrix_timestep< T >::retptr(), and cntr::herm_matrix_timestep< T >::tvptr().