![]() |
Stan Math Library
5.1.0
Automatic Differentiation
|
#include <stan/math/opencl/kernel_cl.hpp>#include <stan/math/opencl/buffer_types.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::divide_columns_vec (__global double *A, __global double *vec, int vec_size) |
| Takes vector A and divides columns vector in A element-wise by the values in vec. | |
Variables | |
| const kernel_cl< out_buffer, in_buffer, int > | stan::math::opencl_kernels::divide_columns_vec ("divide_columns_vec", {indexing_helpers, divide_columns_kernel_code}) |
| See the docs for divide_columns_vec() . | |