|
NESSi
v1.0.2
The NonEquilibrium Systems Simulation Library
|
| void cntr::herm_matrix< T >::set_matrixelement | ( | int | tstp, |
| int | i1, | ||
| int | i2, | ||
| herm_matrix< T > & | g, | ||
| int | j1, | ||
| int | j2 | ||
| ) |
Sets given matrix elements of all components at time step tstp to given matrix elements the components of a given herm_matrix of matrix type.
Sets the (sub-) matrix elements
(i1,i2)of all components at time steptstpto matrix elements(j1,j2)of the corresponding componentat time steptstpof a givenherm_matrixof matrix type.
| tstp |
|
| i1 |
|
| i2 |
|
| g |
|
| j1 |
|
| j2 |
|
Definition at line 2365 of file cntr_herm_matrix_impl.hpp.