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

◆ partials_vec()

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

Access the partials_vec for an edge of a 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 107 of file partials_propagator.hpp.