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

◆ T_plain_col_major

template<typename T , typename = void>
using stan::math::ref_type_for_opencl< T, typename >::T_plain_col_major = std::conditional_t< std::is_same<typename Eigen::internal::traits<T_val>::XprKind, Eigen::MatrixXpr>::value, Eigen::Matrix<value_type_t<T>, T_val::RowsAtCompileTime, T_val::ColsAtCompileTime>, Eigen::Array<value_type_t<T>, T_val::RowsAtCompileTime, T_val::ColsAtCompileTime> >

Definition at line 27 of file ref_type_for_opencl.hpp.