Stan Math Library
4.9.0
Automatic Differentiation
|
__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.
[in,out] | A_adj | adjoint of argument matrix |
[in] | B_adj | adjoint of result matrix |
B_rows | Number of rows for matrix B | |
B_cols | Number of columns for matrix B | |
view_B | triangular part of matrix B to use |
Definition at line 25 of file rep_matrix.hpp.