Stan Math Library
4.9.0
Automatic Differentiation
|
#include <stan/math/opencl/kernel_cl.hpp>
#include <stan/math/opencl/buffer_types.hpp>
#include <stan/math/opencl/matrix_cl_view.hpp>
#include <string>
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_view > | stan::math::opencl_kernels::rep_matrix_rev ("rep_matrix_rev", {view_kernel_helpers, rep_matrix_rev_kernel_code}) |
See the docs for rep_matrix_rev() . | |