NESSi
v1.0.2
The NonEquilibrium Systems Simulation Library
|
void cntr::herm_matrix_timestep_view< T >::set_timestep | ( | int | tstp, |
herm_matrix_timestep< T > & | g1 | ||
) |
Sets all components of herm_matrix_timestep_view
to the components of a given herm_matrix_timestep
at time step tstp
.
Sets all components of the
herm_matrix_timestep
at time steptstp
to the components of givenherm_matrix_timestep
. Iftstp = -1
, only the Matsubara component will be copied.
tstp |
|
g1 |
|
Definition at line 715 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 >::ntau(), cntr::herm_matrix_timestep< T >::retptr(), cntr::herm_matrix_timestep< T >::size1(), cntr::herm_matrix_timestep< T >::tstp(), and cntr::herm_matrix_timestep< T >::tvptr().