![]() |
Stan Math Library
5.2.0
Automatic Differentiation
|
Specialization of iterator traits for Stan math.
These all take the form of typedefs.
Definition at line 14 of file std_iterator_traits.hpp.
#include <std_iterator_traits.hpp>
Public Types | |
| typedef random_access_iterator_tag | iterator_category |
| Iterator category for traits. | |
| typedef ptrdiff_t | difference_type |
| Type for difference between pointers. | |
| typedef stan::math::fvar< T > | value_type |
| Type for value of pointer to values. | |
| typedef stan::math::fvar< T > * | pointer |
| Type of pointer to variables. | |
| typedef stan::math::fvar< T > & | reference |
| Type of reference to variables. | |