Automatic Differentiation
 
Loading...
Searching...
No Matches

◆ type

template<typename T >
using stan::math::ref_type_for_opencl< T, require_not_eigen_t< T > >::type = std::conditional_t<std::is_rvalue_reference<T>::value, std::remove_reference_t<T>, const T&>

Definition at line 53 of file ref_type_for_opencl.hpp.