1 #ifndef STAN__MATH__MATRIX__META__VALUE_TYPE_HPP
2 #define STAN__MATH__MATRIX__META__VALUE_TYPE_HPP
19 template <
typename T,
int R,
int C>
21 typedef typename Eigen::Matrix<T,R,C>::Scalar
type;
Eigen::Matrix< T, R, C >::Scalar type
Primary template class for metaprogram to compute the type of values stored in a container.