![]() |
Stan Math Library
2.20.0
reverse mode automatic differentiation
|
#include <stan/math/opencl/constants.hpp>
#include <stan/math/opencl/matrix_cl.hpp>
#include <stan/math/opencl/copy.hpp>
#include <stan/math/opencl/kernels/copy_triangular.hpp>
#include <stan/math/opencl/err/check_opencl.hpp>
#include <CL/cl.hpp>
Go to the source code of this file.
Namespaces | |
stan | |
stan::math | |
Matrices and templated mathematical functions. | |
Functions | |
template<TriangularViewCL triangular_view = TriangularViewCL::Entire> | |
matrix_cl | stan::math::copy_triangular (const matrix_cl &src) |
Copies the lower or upper triangular of the source matrix to the destination matrix. More... | |