![]() |
Stan Math Library
2.20.0
reverse mode automatic differentiation
|
#include <stan/math/opencl/matrix_cl.hpp>
#include <stan/math/opencl/kernels/add.hpp>
#include <stan/math/opencl/err/check_matching_dims.hpp>
#include <CL/cl.hpp>
Go to the source code of this file.
Namespaces | |
stan | |
stan::math | |
Matrices and templated mathematical functions. | |
Functions | |
matrix_cl | stan::math::add (const matrix_cl &A, const matrix_cl &B) |
Matrix addition on the OpenCL device. More... | |
auto | stan::math::operator+ (const matrix_cl &A, const matrix_cl &B) |
Matrix addition on the OpenCL device. More... | |