NESSi
v1.0.2
The NonEquilibrium Systems Simulation Library
|
void cntr::herm_matrix< T >::set_submatrix | ( | int | tstp, |
std::vector< int > & | i1, | ||
std::vector< int > & | i2, | ||
herm_matrix< T > & | g, | ||
std::vector< int > & | j1, | ||
std::vector< int > & | j2 | ||
) |
Sets a (sub-) matrix of this contour object at a given time step to a (sub-) matrix of a given herm_matrix
.
Sets the (sub-) matrix of a two-time contour object \(C(t,t')\) \(C(t,t')\) the (sub-) of a given herm_matrix
\(g\) according to \( C_{i_1(k) i_2(k)}(t,t') = g_{j_1(k) j_2(k)}(t,t') \) with \(k\) denoting an iterator of a subspace (at a given time step).
tstp |
|
i1 |
|
i2 |
|
g |
|
j1 |
|
j2 |
|
Definition at line 2522 of file cntr_herm_matrix_impl.hpp.