Automatic Differentiation
 
Loading...
Searching...
No Matches
stan::math::ref_type_for_opencl< T, require_not_eigen_t< T > > Struct Template Reference

Detailed Description

template<typename T>
struct stan::math::ref_type_for_opencl< T, require_not_eigen_t< T > >

Definition at line 52 of file ref_type_for_opencl.hpp.

#include <ref_type_for_opencl.hpp>

Public Types

using type = std::conditional_t< std::is_rvalue_reference< T >::value, std::remove_reference_t< T >, const T & >
 

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