|
NESSi
v1.0.2
The NonEquilibrium Systems Simulation Library
|
| void cntr::convolution | ( | 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 the result of the contour convolution of two matrices and a function object
Calls convolution routines to compute contour convolution C=A*B. The objects A,B and C are of the class 'herm_matrix'. Works for a scalar and square matrices.
| C |
|
| A |
|
| Acc |
|
| B |
|
| Bcc |
|
| beta |
|
| h |
|
| SolveOrder |
|
Definition at line 3213 of file cntr_convolution_impl.hpp.
References cntr::herm_matrix< T >::nt().
Here is the call graph for this function: