1#ifndef STAN_MATH_FWD_CORE_STD_ITERATOR_TRAITS_HPP
2#define STAN_MATH_FWD_CORE_STD_ITERATOR_TRAITS_HPP
14struct iterator_traits<
stan::math::fvar<T>> {
The lgamma implementation in stan-math is based on either the reentrant safe lgamma_r implementation ...
This template class represents scalars used in forward-mode automatic differentiation,...
stan::math::fvar< T > & reference
Type of reference to variables.
ptrdiff_t difference_type
Type for difference between pointers.
random_access_iterator_tag iterator_category
Iterator category for traits.
stan::math::fvar< T > value_type
Type for value of pointer to values.
stan::math::fvar< T > * pointer
Type of pointer to variables.