Stan Math Library  2.20.0
reverse mode automatic differentiation
Namespaces | Functions
cholesky_decompose.hpp File Reference
#include <stan/math/opencl/opencl_context.hpp>
#include <stan/math/opencl/matrix_cl.hpp>
#include <stan/math/opencl/kernels/cholesky_decompose.hpp>
#include <stan/math/opencl/multiply.hpp>
#include <stan/math/opencl/multiply_transpose.hpp>
#include <stan/math/opencl/tri_inverse.hpp>
#include <stan/math/opencl/transpose.hpp>
#include <stan/math/opencl/subtract.hpp>
#include <stan/math/opencl/err/check_diagonal_zeros.hpp>
#include <stan/math/opencl/err/check_nan.hpp>
#include <stan/math/opencl/err/check_opencl.hpp>
#include <stan/math/opencl/sub_block.hpp>
#include <CL/cl.hpp>
#include <algorithm>
#include <cmath>

Go to the source code of this file.

Namespaces

 stan
 
 stan::math
 Matrices and templated mathematical functions.
 

Functions

void stan::math::cholesky_decompose (matrix_cl &A)
 Performs an in-place of the the lower-triangular Cholesky factor (i.e., matrix square root) of the specified square, symmetric matrix. More...
 

     [ Stan Home Page ] © 2011–2018, Stan Development Team.