![]() |
Stan Math Library
2.20.0
reverse mode automatic differentiation
|
The matrix_cl class - allocates memory space on the OpenCL device, functions for transfering matrices to and from OpenCL devices. More...
#include <stan/math/opencl/opencl_context.hpp>
#include <stan/math/opencl/constants.hpp>
#include <stan/math/opencl/err/check_opencl.hpp>
#include <stan/math/prim/mat/fun/Eigen.hpp>
#include <stan/math/prim/scal/err/check_size_match.hpp>
#include <stan/math/prim/scal/err/domain_error.hpp>
#include <stan/math/prim/arr/fun/vec_concat.hpp>
#include <CL/cl.hpp>
#include <iostream>
#include <string>
#include <vector>
#include <algorithm>
Go to the source code of this file.
Classes | |
class | stan::math::matrix_cl |
Represents a matrix on the OpenCL device. More... | |
Namespaces | |
stan | |
stan::math | |
Matrices and templated mathematical functions. | |
The matrix_cl class - allocates memory space on the OpenCL device, functions for transfering matrices to and from OpenCL devices.
Definition in file matrix_cl.hpp.