Automatic Differentiation
 
Loading...
Searching...
No Matches
plain_type.hpp
Go to the documentation of this file.
1#ifndef STAN_MATH_OPENCL_PLAIN_TYPE_HPP
2#define STAN_MATH_OPENCL_PLAIN_TYPE_HPP
3#ifdef STAN_OPENCL
4
8
9namespace stan {
10
16template <typename T>
19};
20
21} // namespace stan
22
23#endif
24#endif
Represents an arithmetic matrix on the OpenCL device.
Definition matrix_cl.hpp:47
require_all_t< is_kernel_expression_and_not_scalar< Types >... > require_all_kernel_expressions_and_none_scalar_t
Enables a template if all given types are non-scalar types that are a valid kernel generator expressi...
The lgamma implementation in stan-math is based on either the reentrant safe lgamma_r implementation ...
Definition fvar.hpp:9
Determines plain (non expression) type associated with T.