![]() |
Stan Math Library
2.8.0
reverse mode automatic differentiation
|
Metaprogram structure to determine the base scalar type of a template argument. More...
#include <scalar_type.hpp>
Public Types | |
typedef scalar_type_helper < is_vector< T >::value, T > ::type | type |
Metaprogram structure to determine the base scalar type of a template argument.
This base class should be specialized for structured types.
T | Type of object. |
Definition at line 37 of file scalar_type.hpp.
typedef scalar_type_helper<is_vector<T>::value, T>::type stan::scalar_type< T >::type |
Definition at line 38 of file scalar_type.hpp.