NESSi  v1.0.2
The NonEquilibrium Systems Simulation Library

◆ herm_matrix() [1/5]

template<typename T >
cntr::herm_matrix< T >::herm_matrix ( )

Definition at line 19 of file cntr_herm_matrix_impl.hpp.

19  {
20  les_ = 0;
21  tv_ = 0;
22  ret_ = 0;
23  mat_ = 0;
24  ntau_ = 0;
25  nt_ = 0;
26  size1_ = 0;
27  size2_ = 0;
28  element_size_ = 0;
29  sig_ = -1;
30 }