|
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 > & | Acc, | ||
| herm_matrix< T > & | B, | ||
| herm_matrix< T > & | Bcc, | ||
| T | beta, | ||
| T | h, | ||
| int | SolveOrder | ||
| ) |
Returns convolution of two matrices at a given time step
Computes contour convolution C=A*B of the objects with class 'herm_matrix' at a given time step 't=nh'. Works for a scalar and square matrices.
| n |
|
| C |
|
| A |
|
| Acc |
|
| B |
|
| Bcc |
|
| beta |
|
| h |
|
| SolveOrder |
|
Definition at line 1657 of file cntr_convolution_impl.hpp.
References cntr::herm_matrix< T >::nt(), cntr::herm_matrix< T >::ntau(), and cntr::herm_matrix< T >::size1().
Here is the call graph for this function: