Stan Math Library  2.20.0
reverse mode automatic differentiation
Classes | Namespaces | Typedefs
buffer_types.hpp File Reference
#include <stan/math/opencl/constants.hpp>
#include <CL/cl.hpp>

Go to the source code of this file.

Classes

struct  stan::math::opencl_kernels::in_buffer
 
struct  stan::math::opencl_kernels::out_buffer
 
struct  stan::math::opencl_kernels::in_out_buffer
 
struct  stan::math::opencl_kernels::internal::to_buffer< T >
 meta template struct for changing read/write buffer argument types to cl::Buffer types. 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 >
 
struct  stan::math::opencl_kernels::internal::to_matrix_cl< T >
 meta template struct for changing cl::Buffer argument types to matrix_cl. More...
 
struct  stan::math::opencl_kernels::internal::to_matrix_cl< cl::Buffer >
 
struct  stan::math::opencl_kernels::internal::to_matrix_cl< in_buffer >
 meta template struct for changing read and write buffer argument types to matrix_cl. More...
 
struct  stan::math::opencl_kernels::internal::to_matrix_cl< out_buffer >
 
struct  stan::math::opencl_kernels::internal::to_matrix_cl< in_out_buffer >
 

Namespaces

 stan
 
 stan::math
 Matrices and templated mathematical functions.
 
 stan::math::opencl_kernels
 
 stan::math::opencl_kernels::internal
 

Typedefs

template<typename T >
using stan::math::opencl_kernels::internal::to_const_matrix_cl_t = const typename internal::to_matrix_cl< T >::type
 
template<typename T >
using stan::math::opencl_kernels::internal::to_const_buffer_t = const typename internal::to_buffer< T >::type
 

     [ Stan Home Page ] © 2011–2018, Stan Development Team.