|
NESSi
v1.0.2
The NonEquilibrium Systems Simulation Library
|
| void cntr::herm_matrix< T >::resize | ( | int | nt, |
| int | ntau, | ||
| int | size1 | ||
| ) |
Resizes herm_matrix object with respect to the number of time points nt, points on the Matsubara branch ntau or the matrix size size1.
Resizes
herm_matrixclass with respect to number of time stepsnt. Ifnt >= 0real-time components are resized, otherwise deallocated (i.e. only the Matsubara component is kept in memory).
| nt |
|
| ntau |
|
| size1 |
|
Definition at line 417 of file cntr_herm_matrix_impl.hpp.