|
NESSi
v1.0.2
The NonEquilibrium Systems Simulation Library
|
| cntr::herm_matrix_timestep_view< T >::herm_matrix_timestep_view | ( | int | tstp, |
| herm_matrix< T > & | g, | ||
| bool | check_assert = true |
||
| ) |
Initializes the herm_matrix_timestep_view class with the same layout as a given herm_matrix g.
Initializes and copy the
herm_matrix_timestep_viewclass from theherm_matrixwith the same number of time stepsnt, number of points on the imaginary branchntau, matrix ranksize1and bosonic/fermionic symmetrysigfor time slicetstp. No data, only pointers are copied. Works for scalar or square-matrix contour objects
| tstp |
|
| g |
|
| check_assert | Flag: true or false. Includes assertions |
Definition at line 305 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: