NESSi
v1.0.2
The NonEquilibrium Systems Simulation Library
|
T cntr::distance_norm2_eigen | ( | int | tstp, |
herm_matrix_timestep< T > & | g1, | ||
herm_matrix< T > & | g2 | ||
) |
Evaluate the Euclidean norm between 'herm_matrix_timestep' and 'herm_matrix' at a given time step.
Evaluate the Euclidean norm between 'herm_matrix_timestep' ( \(g_1 \)) and 'herm_matrix' ( \( g_2\)) at a given time step 'tstp' using the standard 'norm'-routine. To evaluate the norm, the elements of retarded, lesser and left-mixing components at the time step is used. The norm is not normalized per elements, but it is the summention of all the elements.
tstp |
|
g1 |
|
g2 |
|
Definition at line 1960 of file cntr_utilities_impl.hpp.
References cntr::herm_matrix< T >::nt(), cntr::herm_matrix< T >::ntau(), cntr::herm_matrix< T >::size1(), and cntr::herm_matrix< T >::size2().