|
NESSi
v1.0.2
The NonEquilibrium Systems Simulation Library
|
| T cntr::distance_norm2 | ( | int | tstp, |
| herm_matrix< T > & | g1, | ||
| herm_matrix< T > & | g2 | ||
| ) |
Evaluate the Euclidean norm between two herm_matrix at a given time step.
Evaluate the Euclidean norm between two
herm_matrix( \(g_1,g_2\)) at a given time step (tstp). 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 1621 of file cntr_utilities_impl.hpp.
References cntr::herm_matrix< T >::nt(), cntr::herm_matrix< T >::ntau(), and cntr::herm_matrix< T >::size1().
Here is the call graph for this function: