NESSi
v1.0.2
The NonEquilibrium Systems Simulation Library
|
void cntr::convolution_omp | ( | int | omp_num_threads, |
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 \(C = A\ast B\) for all timesteps.
Computes contour convolution C=A*B of the objects with class 'herm_matrix' for all time steps. Works for a scalar and square matrices.
openMP
parallelized version.
omp_num_threads |
|
C |
|
A |
|
Acc |
|
B |
|
Bcc |
|
beta |
|
h |
|
SolveOrder |
|
Definition at line 5932 of file cntr_convolution_impl.hpp.