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

◆ make_partials_propagator()

template<typename... Ops>
auto stan::math::make_partials_propagator ( Ops &&...  ops)
inline

Construct an partials_propagator.

Template Parameters
OpsThe type of the operands used in the edges of the partials_propagator.
Parameters
opsThe operands to be placed into the edges.

Definition at line 119 of file partials_propagator.hpp.