NESSi
v1.0.2
The NonEquilibrium Systems Simulation Library
|
void cntr::herm_matrix< T >::set_matrixelement | ( | int | tstp, |
int | i1, | ||
int | i2, | ||
herm_matrix_timestep< T > & | g | ||
) |
Sets given matrix elements of all components at time step tstp
to the components of a given herm_matrix_timestep
of a scaler type.
Sets the (sub-) matrix elements
(i1,i2)
of all components at time steptstp
to the components of a givenherm_matrix_timestep
of scaler type.
tstp |
|
i1 |
|
i2 |
|
g |
|
Definition at line 2222 of file cntr_herm_matrix_impl.hpp.