|
NESSi
v1.0.2
The NonEquilibrium Systems Simulation Library
|
| void cntr::herm_matrix_timestep< T >::set_matrixelement | ( | int | i1, |
| int | i2, | ||
| herm_matrix< T > & | g, | ||
| int | j1, | ||
| int | j2 | ||
| ) |
Set the matrix element of \(C_{[i1,i2]}\) for each component from \( g_{[i1,i2]} \)
Set the matrix element \(C_{[i1,i2]}\) for each component from \( g_{[i1,i2]}\), which is given by
herm_matrix. Use implementation ofherm_matrix_timestep_viewat each time steptstp. Works for scalar or square-matrix contour objects.
| i1 |
|
| i2 |
|
| g |
|
| j1 |
|
| j2 |
|
Definition at line 2282 of file cntr_herm_matrix_timestep_impl.hpp.
References cntr::herm_matrix_timestep_view< T >::set_matrixelement().
Here is the call graph for this function: