![]() |
Stan Math Library
5.1.0
Automatic Differentiation
|
The matrix_cl class - allocates memory space on the OpenCL device.
Operations on matrix_cl types are executed lazily via the kernel generator and async routines.
Modules | |
| matrix_cl <br> | |
Classes | |
| class | stan::math::arena_matrix_cl< T > |
A variant of matrix_cl that schedules its destructor to be called, so it can be used on the AD stack. More... | |
| class | stan::math::matrix_cl< T > |
| Represents an arithmetic matrix on the OpenCL device. More... | |
Functions | |
| template<matrix_cl_view matrix_view = matrix_cl_view::Entire> | |
| void | stan::math::matrix_cl< T >::zeros_strict_tri () |
| Stores zeros in the strict's triangular part (excluding the diagonal) of a matrix on the OpenCL device. | |