Automatic Differentiation
 
Loading...
Searching...
No Matches
value_type.hpp
Go to the documentation of this file.
1#ifndef STAN_MATH_OPENCL_VALUE_TYPE_HPP
2#define STAN_MATH_OPENCL_VALUE_TYPE_HPP
3#ifdef STAN_OPENCL
4
6#include <type_traits>
7
8namespace stan {
9
13template <typename T>
15 using type = typename std::decay_t<T>::Scalar;
16};
17} // namespace stan
18#endif
19#endif
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
Primary template class for metaprogram to compute the type of values stored in a container.