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

◆ generate() [1/2]

template<typename T >
kernel_parts stan::math::constant_< T >::generate ( const std::string &  row_index_name,
const std::string &  col_index_name,
const bool  view_handled 
) const
inline

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
Returns
part of kernel with code for this expression

Definition at line 65 of file constant.hpp.