Automatic Differentiation
 
Loading...
Searching...
No Matches
adjoint_results.hpp File Reference
#include <stan/math/opencl/kernel_generator/multi_result_kernel.hpp>
#include <stan/math/rev/core.hpp>
#include <stan/math/prim/meta.hpp>
#include <tuple>
#include <utility>

Go to the source code of this file.

Classes

class  stan::math::adjoint_results_cl< T_results >
 Represents results that are adjoints of vars in kernel generrator expressions. More...
 

Namespaces

namespace  stan
 The lgamma implementation in stan-math is based on either the reentrant safe lgamma_r implementation from C or the boost::math::lgamma implementation.
 
namespace  stan::math
 Matrices and templated mathematical functions.
 

Functions

template<typename... T_results>
adjoint_results_cl< T_results... > stan::math::adjoint_results (T_results &&... results)
 Deduces types for constructing adjoint_results_cl object.