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

◆ type

template<typename T , typename S >
using stan::math::promote_scalar_type< T, S, require_eigen_dense_base_t< S > >::type = typename std::conditional< std::is_same<typename Eigen::internal::traits<std::decay_t<S> >::XprKind, Eigen::MatrixXpr>::value, Eigen::Matrix<typename promote_scalar_type<T, typename S::Scalar>::type, S::RowsAtCompileTime, S::ColsAtCompileTime>, Eigen::Array<typename promote_scalar_type<T, typename S::Scalar>::type, S::RowsAtCompileTime, S::ColsAtCompileTime> >::type

The promoted type.

Definition at line 89 of file promote_scalar_type.hpp.