NESSi
v1.0.2
The NonEquilibrium Systems Simulation Library
◆
distance_norm2()
[12/12]
template<typename T >
T cntr::distance_norm2
(
int
tstp
,
herm_pseudo< T > &
g1
,
herm_pseudo< T > &
g2
)
Definition at line
1931
of file
cntr_utilities_impl.hpp
.
1931
{
1932
if
(g1.size1() == 1)
1933
return
distance_norm2_dispatch<T, herm_pseudo<T>, 1>(tstp, g1, g2);
1934
else
1935
return
distance_norm2_dispatch<T, herm_pseudo<T>, LARGESIZE>(tstp, g1,
1936
g2);
1937
}
cntr
Generated by
1.8.15