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

◆ get_kernel_source_for_evaluating()

template<typename... T_results>
template<typename... T_expressions, typename = std::enable_if_t<sizeof...(T_results) == sizeof...(T_expressions)>>
std::string stan::math::results_cl< T_results >::get_kernel_source_for_evaluating ( const expressions_cl< T_expressions... > &  exprs)
inline

Generates kernel source for evaluating given expressions into results held by this.

Template Parameters
T_expressionstypes of expressions
Parameters
exprsexpressions to generate kernel source for
Returns
kernel source

Definition at line 419 of file multi_result_kernel.hpp.