|
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_viewclass, where data pointer are set togat timesteptstp. If \( tstp==-1 \) the pointer of data is set to the first element ofmatand for \( tstp>-1 \) to the first element ofret. Number of time steps is set tont, number of points on the imaginary branch tontau, matrix ranksize1and bosonic/fermionic symmetrysigfor 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().
Here is the call graph for this function: