Automatic Differentiation
 
Loading...
Searching...
No Matches
stan::math::expressions_cl< T_expressions > Class Template Reference

Detailed Description

template<typename... T_expressions>
class stan::math::expressions_cl< T_expressions >

Represents multiple expressions that will be calculated in same kernel.

Template Parameters
T_expressionstypes of expressions

Definition at line 265 of file multi_result_kernel.hpp.

#include <multi_result_kernel.hpp>

Public Member Functions

 expressions_cl (T_expressions &&... expressions)
 Constructor.
 

Private Attributes

std::tuple< T_expressions... > expressions_
 

Friends

template<typename... >
class results_cl
 
template<typename... >
class adjoint_results_cl
 

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