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

◆ type

template<int Rows, int Cols, typename... Inputs>
using stan::rev_matrix_type< Rows, Cols, Inputs >::type = std::conditional_t< math::disjunction<math::conjunction< is_var<Inputs>, is_eigen<value_type_t<Inputs> >>...>::value, math::var_value<Eigen::Matrix<double, Rows, Cols> >, Eigen::Matrix<return_type_t<Inputs...>, Rows, Cols> >

Definition at line 23 of file rev_matrix_type.hpp.