Automatic Differentiation
 
Loading...
Searching...
No Matches
rep_matrix.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  stan
 The lgamma implementation in stan-math is based on either the reentrant safe lgamma_r implementation from C or the boost::math::lgamma implementation.
 
namespace  stan::math
 Matrices and templated mathematical functions.
 
namespace  stan::math::opencl_kernels
 

Functions

__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.
 

Variables

const kernel_cl< in_out_buffer, in_buffer, int, int, matrix_cl_viewstan::math::opencl_kernels::rep_matrix_rev ("rep_matrix_rev", {view_kernel_helpers, rep_matrix_rev_kernel_code})
 See the docs for rep_matrix_rev() .