Automatic Differentiation
 
Loading...
Searching...
No Matches
stan::math::kernel_parts Struct Reference

Detailed Description

Parts of an OpenCL kernel, generated by an expression.

Definition at line 32 of file operation_cl.hpp.

#include <operation_cl.hpp>

Public Member Functions

kernel_parts operator+ (const kernel_parts &other)
 
kernel_partsoperator+= (const kernel_parts &other)
 

Public Attributes

std::string includes
 
std::string declarations
 
std::string initialization
 
std::string body_prefix
 
std::string body
 
std::string body_suffix
 
std::string reduction_1d
 
std::string reduction_2d
 
std::string args
 

The documentation for this struct was generated from the following file: