Functions | |
function | coupling_matrix_multiply (in simulation, in x, in varargin) |
Numerically evaluate the coupling matrix multiply with some coefficient vector. More... | |
function coupling_matrix_multiply | ( | in | simulation, |
in | x, | ||
in | varargin | ||
) |
Numerically evaluate the coupling matrix multiply with some coefficient vector.
The calculation is done on the GPU
This routine is essentially a wrapper for the cuda mex function coupling_matrix_multiply_CUDA
simulation | (celes_simulation) |
x | (float array): coefficient vector to be multiplied with the coupling matrix |
Wx | (float gpuArray): W*x, where W is the SVWF translation operator |