Stan Math Library
2.20.0
reverse mode automatic differentiation
stan
math
opencl
opencl.hpp
Go to the documentation of this file.
1
#ifndef STAN_MATH_OPENCL_OPENCL
2
#define STAN_MATH_OPENCL_OPENCL
3
#ifdef STAN_OPENCL
4
5
#include <
stan/math/opencl/opencl_context.hpp
>
6
#include <
stan/math/opencl/add.hpp
>
7
#include <
stan/math/opencl/copy.hpp
>
8
#include <
stan/math/opencl/copy_triangular.hpp
>
9
#include <
stan/math/opencl/cholesky_decompose.hpp
>
10
#include <
stan/math/opencl/diagonal_multiply.hpp
>
11
#include <
stan/math/opencl/identity.hpp
>
12
#include <
stan/math/opencl/tri_inverse.hpp
>
13
#include <
stan/math/opencl/matrix_cl.hpp
>
14
#include <
stan/math/opencl/multiply.hpp
>
15
#include <
stan/math/opencl/multiply_transpose.hpp
>
16
#include <
stan/math/opencl/sub_block.hpp
>
17
#include <
stan/math/opencl/subtract.hpp
>
18
#include <
stan/math/opencl/triangular_transpose.hpp
>
19
#include <
stan/math/opencl/transpose.hpp
>
20
#include <
stan/math/opencl/zeros.hpp
>
21
22
#endif
23
#endif
multiply.hpp
cholesky_decompose.hpp
subtract.hpp
matrix_cl.hpp
The matrix_cl class - allocates memory space on the OpenCL device, functions for transfering matrices...
copy_triangular.hpp
sub_block.hpp
transpose.hpp
zeros.hpp
diagonal_multiply.hpp
identity.hpp
multiply_transpose.hpp
opencl_context.hpp
Initialization for OpenCL:
add.hpp
tri_inverse.hpp
copy.hpp
triangular_transpose.hpp
[
Stan Home Page
]
© 2011–2018, Stan Development Team.