![]()  | 
  
    Stan Math Library
    5.1.0
    
   Automatic Differentiation 
   | 
   
#include <stan/math/opencl/matrix_cl.hpp>#include <stan/math/opencl/kernel_generator.hpp>#include <stan/math/opencl/cholesky_decompose.hpp>#include <stan/math/prim/meta.hpp>#include <CL/opencl.hpp>#include <algorithm>#include <cmath>Go to the source code of this file.
Namespaces | |
| namespace | stan | 
| The lgamma implementation in stan-math is based on either the reentrant safe lgamma_r implementation from C or the boost::math::lgamma implementation.  | |
| namespace | stan::math | 
| Matrices and templated mathematical functions.  | |
Functions | |
| matrix_cl< double > | stan::math::cholesky_decompose (const matrix_cl< double > &A) | 
| Returns the lower-triangular Cholesky factor (i.e., matrix square root) of the specified square, symmetric matrix on the OpenCL device.   | |