Automatic Differentiation
 
Loading...
Searching...
No Matches

◆ multiply_transpose()

__kernel void stan::math::opencl_kernels::multiply_transpose ( const __global double *  A,
__global double *  B,
const int  M,
const int  N 
)

Matrix multiplication of the form A*A^T on the OpenCL device.

Parameters
[in]Amatrix A
[out]Bthe output matrix
[in]MNumber of rows for matrix A
[in]NNumber of cols for matrix A and the number of rows for matrix A^T

Definition at line 24 of file multiply_transpose.hpp.