![]() |
Stan Math Library
5.1.0
Automatic Differentiation
|
#include <stan/math/opencl/matrix_cl_view.hpp>#include <stan/math/opencl/matrix_cl.hpp>#include <CL/opencl.hpp>Go to the source code of this file.
Classes | |
| struct | stan::math::opencl_kernels::in_buffer |
| An in_buffer signifies a cl::Buffer argument used as input. More... | |
| struct | stan::math::opencl_kernels::out_buffer |
| An out_buffer signifies a cl::Buffer argument used as output. More... | |
| struct | stan::math::opencl_kernels::in_out_buffer |
| An in_out_buffer signifies a cl::Buffer argument used as both input and output. More... | |
| struct | stan::math::opencl_kernels::internal::to_buffer< T > |
| kernel_executor_opencl More... | |
| struct | stan::math::opencl_kernels::internal::to_buffer< in_buffer > |
| struct | stan::math::opencl_kernels::internal::to_buffer< out_buffer > |
| struct | stan::math::opencl_kernels::internal::to_buffer< in_out_buffer > |
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 |
| namespace | stan::math::opencl_kernels::internal |
Typedefs | |
| template<typename T > | |
| using | stan::math::opencl_kernels::internal::to_const_buffer_t = const typename internal::to_buffer< T >::type |
| kernel_executor_opencl Alias for making const cl::Buffer argument types | |