|
NESSi
v1.0.2
The NonEquilibrium Systems Simulation Library
|
| void cntr::convolution_timestep | ( | int | n, |
| herm_matrix< T > & | C, | ||
| herm_matrix< T > & | A, | ||
| herm_matrix< T > & | B, | ||
| T | beta, | ||
| T | h, | ||
| int | SolveOrder | ||
| ) |
Returns convolution of two hermitian matrices at a given time step
Calls convolution routine to compute contour convolution C=A*B of two hermitian matrices at a given time step 't=nh'. The objects A,B and C are of the class 'herm_matrix'. Works for a scalar and square matrices.
| n |
|
| C |
|
| A |
|
| B |
|
| beta |
|
| h |
|
| SolveOrder |
|
Definition at line 1767 of file cntr_convolution_impl.hpp.