NESSi
v1.0.2
The NonEquilibrium Systems Simulation Library
|
void cntr::herm_matrix_timestep_view< T >::set_to_data | ( | int | tstp, |
herm_matrix< T > & | g | ||
) |
Reset the pointers of herm_matrix_timestep_view
class to the pointer given by herm_matrix g
at timestep tstp
.
Initializes and reset the
herm_matrix_timestep_view
class, where data pointer are set tog
at timesteptstp
. If \( tstp==-1 \) the pointer of data is set to the first element ofmat
and for \( tstp>-1 \) to the first element ofret
. Number of time steps is set tont
, number of points on the imaginary branch tontau
, matrix ranksize1
and bosonic/fermionic symmetrysig
for time slicetstp
. No data, only pointers are copied. Works for scalar or square-matrix contour objects
tstp |
|
g |
|
Definition at line 1083 of file cntr_herm_matrix_timestep_view_impl.hpp.
References cntr::herm_matrix< T >::nt(), cntr::herm_matrix< T >::ntau(), cntr::herm_matrix< T >::sig(), cntr::herm_matrix< T >::size1(), and cntr::herm_matrix< T >::size2().