|
NESSi
v1.0.2
The NonEquilibrium Systems Simulation Library
|
| void cntr::convolution_timestep_omp | ( | int | omp_num_threads, |
| int | tstp, | ||
| herm_matrix< T > & | C, | ||
| herm_matrix< T > & | A, | ||
| herm_matrix< T > & | B, | ||
| T | beta, | ||
| T | h, | ||
| int | SolveOrder | ||
| ) |
Returns convolution \(C = A\ast f\ast B\) at a given time step.
Computes contour convolution C=A*f*B of the objects with class 'herm_matrix' at a given time step 't=nh'. Here we assume that A and B are hermitian. Works for a scalar and square matrices.
openMPparallelized version.
| omp_num_threads |
|
| tstp |
|
| C |
|
| A |
|
| B |
|
| beta |
|
| h |
|
| SolveOrder |
|
Definition at line 5848 of file cntr_convolution_impl.hpp.