![]() |
Stan Math Library
2.10.0
reverse mode automatic differentiation
|
Template metaprogram class to compute the type of values stored in a standard vector. More...
#include <value_type.hpp>
Public Types | |
typedef std::vector< T >::value_type | type |
Type of value stored in a standard vector with type T entries. More... | |
Template metaprogram class to compute the type of values stored in a standard vector.
T | type of elements in standard vector. |
Definition at line 17 of file value_type.hpp.
typedef std::vector<T>::value_type stan::math::value_type< std::vector< T > >::type |
Type of value stored in a standard vector with type T
entries.
Definition at line 22 of file value_type.hpp.