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