coupling_matrix_multiply.m File Reference

Functions

function coupling_matrix_multiply (in simulation, in x, in varargin)
 Numerically evaluate the coupling matrix multiply with some coefficient vector. More...
 

Function Documentation

◆ coupling_matrix_multiply()

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

Parameters
simulation(celes_simulation)
x(float array): coefficient vector to be multiplied with the coupling matrix
Return values
Wx(float gpuArray): W*x, where W is the SVWF translation operator