1 #ifndef STAN_MATH_PRIM_MAT_META_VALUE_TYPE_HPP 2 #define STAN_MATH_PRIM_MAT_META_VALUE_TYPE_HPP 18 template <
typename T,
int R,
int C>
20 typedef typename Eigen::Matrix<T, R, C>::Scalar
type;
(Expert) Numerical traits for algorithmic differentiation variables.
Eigen::Matrix< T, R, C >::Scalar type
Primary template class for metaprogram to compute the type of values stored in a container.