|
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 | ||
| ) |
Sets given matrix elements of all components at time step tstp to the components of a given herm_matrix of scaler type.
Sets the (sub-) matrix elements
(i1,i2)of all components at time steptstpto the components at time steptstpof a givenherm_matrix.
| tstp |
|
| i1 |
|
| i2 |
|
| g |
|
Definition at line 2264 of file cntr_herm_matrix_impl.hpp.