|
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, | ||
| function< T > & | ft, | ||
| herm_matrix< T > & | B, | ||
| herm_matrix< T > & | Bcc, | ||
| T | beta, | ||
| T | h, | ||
| int | SolveOrder | ||
| ) |
Returns convolution \(C = A\ast f \ast B\) for all timesteps.
Computes contour convolution \(C = A\ast f \ast B\) of the objects with class 'herm_matrix' for all time steps. Works for a scalar and square matrices.
openMPparallelized version.
| omp_num_threads |
|
| C |
|
| A |
|
| Acc |
|
| ft |
|
| B |
|
| Bcc |
|
| beta |
|
| h |
|
| SolveOrder |
|
Definition at line 5548 of file cntr_convolution_impl.hpp.