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