NESSi
v1.0.2
The NonEquilibrium Systems Simulation Library
◆
herm_matrix()
[5/5]
template<typename T >
cntr::herm_matrix
< T >::
herm_matrix
(
herm_matrix
< T > &&
g
)
noexcept
Definition at line
231
of file
cntr_herm_matrix_impl.hpp
.
232
: les_(g.les_),
233
ret_(g.ret_),
234
tv_(g.tv_),
235
mat_(g.mat_),
236
nt_(g.nt_),
237
ntau_(g.ntau_),
238
size1_(g.size1_),
239
size2_(g.size2_),
240
element_size_(g.element_size_),
241
sig_(g.sig_) {
242
g.les_ =
nullptr
;
243
g.tv_ =
nullptr
;
244
g.ret_ =
nullptr
;
245
g.mat_ =
nullptr
;
246
g.ntau_ = 0;
247
g.nt_ = 0;
248
g.size1_ = 0;
249
g.size2_ = 0;
250
g.element_size_ = 0;
251
}
cntr
herm_matrix
Generated by
1.8.15