Stan Math Library  2.20.0
reverse mode automatic differentiation
Public Types | List of all members
stan::math::opencl_kernels::internal::to_matrix_cl< T > Struct Template Reference

meta template struct for changing cl::Buffer argument types to matrix_cl. More...

#include <buffer_types.hpp>

Public Types

typedef T type
 

Detailed Description

template<typename T = cl::Buffer>
struct stan::math::opencl_kernels::internal::to_matrix_cl< T >

meta template struct for changing cl::Buffer argument types to matrix_cl.

Template Parameters
TA template typename that for cases of cl::Buffer will return a typedef with a matrix_cl type. Otherwise will return a typedef with the input's type.

Definition at line 59 of file buffer_types.hpp.

Member Typedef Documentation

◆ type

template<typename T = cl::Buffer>
typedef T stan::math::opencl_kernels::internal::to_matrix_cl< T >::type

Definition at line 60 of file buffer_types.hpp.


The documentation for this struct was generated from the following file:

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