NESSi
v1.0.2
The NonEquilibrium Systems Simulation Library
|
void cntr::herm_matrix< T >::resize_discard | ( | int | nt, |
int | ntau, | ||
int | size1 | ||
) |
Discards the herm_matrix
object and resize with respect to the number of time points nt
, points on the Matsubara branch ntau
and the square-matrix size size1
.
Discard
herm_matrix
class and then resize with respect to number of time stepsnt
, points on the Matsubara branchntau
and the maxtix sizesize1
. Ifnt = 0
, real-time components are deallocated (i.e. only the Matsubara component is kept in memory). Internal routine; see top-level interfaceresize
.
nt |
|
ntau |
|
size1 |
|
Definition at line 313 of file cntr_herm_matrix_impl.hpp.