Automatic Differentiation
 
Loading...
Searching...
No Matches
multi_result_kernel.hpp File Reference

Go to the source code of this file.

Classes

struct  stan::math::internal::multi_result_kernel_internal< N, T_results >
 
struct  stan::math::internal::multi_result_kernel_internal< N, T_results >::inner< T_expressions >
 
struct  stan::math::internal::multi_result_kernel_internal<-1, T_results... >
 
struct  stan::math::internal::multi_result_kernel_internal<-1, T_results... >::inner< T_expressions >
 
class  stan::math::expressions_cl< T_expressions >
 Represents multiple expressions that will be calculated in same kernel. More...
 
class  stan::math::results_cl< T_results >
 Represents results that will be calculated in same kernel. 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.
 
namespace  stan::math::internal
 A comparator that works for any container type that has the brackets operator.
 

Functions

template<typename... T_expressions>
expressions_cl< T_expressions... > stan::math::expressions (T_expressions &&... expressions)
 Deduces types for constructing expressions_cl object.
 
template<typename... T_results>
results_cl< T_results... > stan::math::results (T_results &&... results)
 Deduces types for constructing results_cl object.