Automatic Differentiation
 
Loading...
Searching...
No Matches

◆ edge()

template<std::size_t I, class... Types>
constexpr auto & stan::math::edge ( internal::partials_propagator< Types... > &  x)
inlineconstexprnoexcept

Access the edge of an partials_propagator

Template Parameters
IThe index of the edge to access
TypesThe types inside of the operands and partials.
Parameters
xAn partials_propagator type whose edge will be accessed.

Definition at line 83 of file partials_propagator.hpp.