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