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

◆ compound_assignment_impl()

template<typename... T_results>
template<assign_op_cl AssignOp = assign_op_cl::plus_equals, typename... T_expressions, typename = std::enable_if_t<sizeof...(T_results) == sizeof...(T_expressions)>>
void stan::math::results_cl< T_results >::compound_assignment_impl ( const expressions_cl< T_expressions... > &  exprs)
inline

Incrementing results_ object by expressions_cl object executes the kernel that evaluates expressions and increments results by those expressions.

Template Parameters
AssignOpan optional assign_op_cl that dictates whether the object is assigned using standard or compound assign.
T_expressionstypes of expressions
Parameters
exprsexpressions

Definition at line 341 of file multi_result_kernel.hpp.