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

◆ rep_matrix_rev()

__kernel void stan::math::opencl_kernels::rep_matrix_rev ( __global double *  A_adj,
__global double *  B_adj,
unsigned int  B_rows,
unsigned int  B_cols,
unsigned int  view_B 
)

Implements reverse pass of rep_matrix.

Parameters
[in,out]A_adjadjoint of argument matrix
[in]B_adjadjoint of result matrix
B_rowsNumber of rows for matrix B
B_colsNumber of columns for matrix B
view_Btriangular part of matrix B to use

Definition at line 25 of file rep_matrix.hpp.