NESSi
v1.0.2
The NonEquilibrium Systems Simulation Library
|
void cntr::herm_matrix< T >::incr | ( | herm_matrix< T > & | g | ) |
Adds a herm_matrix
'g' to the herm_matrix
at all time steps.
Performs the operation \(C \rightarrow C + g\), where \(C\) is the herm_matrix
, \(g\) is a herm_matrix
.
g |
|
Definition at line 2806 of file cntr_herm_matrix_impl.hpp.