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