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

◆ generate_lhs()

template<typename T >
kernel_parts stan::math::block_< T >::generate_lhs ( const std::string &  i,
const std::string &  j,
const std::string &  var_name_arg 
) const
inline

Generates kernel code for this and nested expressions if this expression appears on the left hand side of an assignment.

Parameters
irow index variable name
jcolumn index variable name
var_name_argname of the variable in kernel that holds argument to this expression
Returns
part of kernel with code for this expression

Definition at line 212 of file block_zero_based.hpp.