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

◆ sum_dx() [2/3]

template<typename T1 >
auto stan::math::internal::sum_dx ( T1 &  a)
inline

End of recursion for summing .dx() for fvar<T> ops and partials.

Template Parameters
T1a type with a .dx() method.
Parameters
aan edge from operands_and_partials_impl

Definition at line 33 of file operands_and_partials.hpp.