|
NESSi
v1.0.2
The NonEquilibrium Systems Simulation Library
|
| T cntr::distance_norm2_les | ( | int | tstp, |
| herm_matrix< T > & | g1, | ||
| herm_matrix< T > & | g2 | ||
| ) |
Evaluate the Euclidean norm between the lesser components of two herm_matrces at a given time step.
Evaluate the Euclidean norm between the lesser components of two herm_matrces ( \(g_1,g_2\)) at a given time step (tstp). The norm is not normalized per elements, but it is the summention of all the elements.
| tstp |
|
| g1 | |
| g2 |
Definition at line 1332 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: