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

◆ generate() [1/2]

kernel_parts stan::math::binary_operation< subtraction_operator_< T_a, T_b > , common_scalar_t< T_a, T_b > , T_a, T_b >::generate ( const std::string &  row_index_name,
const std::string &  col_index_name,
const bool  view_handled,
const std::string &  var_name_a,
const std::string &  var_name_b 
) const
inlineinherited

Generates kernel code for this expression.

Parameters
row_index_namerow index variable name
col_index_namecolumn index variable name
view_handledwhether whether caller already handled matrix view
var_name_avariable name of the first nested expression
var_name_bvariable name of the second nested expression
Returns
part of kernel with code for this expression

Definition at line 74 of file binary_operation.hpp.