|
NESSi
v1.0.2
The NonEquilibrium Systems Simulation Library
|
| void cntr::herm_matrix< T >::incr_timestep | ( | int | tstp, |
| herm_matrix_timestep< T > & | timestep, | ||
| cplx | alpha | ||
| ) |
Adds a herm_matrix_timestep with given weight to the herm_matrix.
Performs the operation \(C \rightarrow C + \alpha A\), where \(C\) is the
herm_matrix, \(A\) is a time slice described by aherm_matrix_timestepand \(\alpha\) is a complex weight. The operation is performed at given time steptstp.
| tstp |
|
| timestep |
|
| alpha |
|
Definition at line 2567 of file cntr_herm_matrix_impl.hpp.
Referenced by cntr::vie2_timestep_sin(), and cntr::vie2_timestep_sin_omp().
Here is the caller graph for this function: