Stan Math Library
4.9.0
Automatic Differentiation
|
#include <stan/math/prim/err/check_size_match.hpp>
#include <stan/math/prim/meta/is_kernel_expression.hpp>
#include <stan/math/opencl/kernel_generator/name_generator.hpp>
#include <stan/math/opencl/kernel_generator/assignment_ops.hpp>
#include <stan/math/opencl/kernel_generator/as_operation_cl.hpp>
#include <stan/math/opencl/kernel_generator/calc_if.hpp>
#include <stan/math/opencl/kernel_generator/check_cl.hpp>
#include <stan/math/opencl/kernel_generator/colwise_reduction.hpp>
#include <stan/math/opencl/kernel_generator/reduction_2d.hpp>
#include <stan/math/opencl/kernel_generator/load.hpp>
#include <stan/math/opencl/opencl_context.hpp>
#include <algorithm>
#include <string>
#include <tuple>
#include <utility>
#include <map>
#include <vector>
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. | |