![]() |
Stan Math Library
2.9.0
reverse mode automatic differentiation
|
Template metaprogram class to compute the type of index for a standard vector. More...
#include <index_type.hpp>
Public Types | |
typedef std::vector< T >::size_type | type |
Typedef for index of standard vectors. More... | |
Template metaprogram class to compute the type of index for a standard vector.
T | type of elements in standard vector. |
Definition at line 18 of file index_type.hpp.
typedef std::vector<T>::size_type stan::math::index_type< std::vector< T > >::type |
Typedef for index of standard vectors.
Definition at line 22 of file index_type.hpp.