Automatic Differentiation
 
Loading...
Searching...
No Matches
std::iterator_traits< stan::math::fvar< T > > Struct Template Reference

Detailed Description

template<typename T>
struct std::iterator_traits< stan::math::fvar< T > >

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.
 

The documentation for this struct was generated from the following file: