Stan Math Library
4.9.0
Automatic Differentiation
|
#include <stan/math/opencl/matrix_cl.hpp>
#include <stan/math/opencl/prim/multiply.hpp>
#include <stan/math/opencl/kernel_generator.hpp>
#include <stan/math/opencl/copy.hpp>
#include <stan/math/opencl/kernels/tridiagonalization.hpp>
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. | |
namespace | stan::math::internal |
A comparator that works for any container type that has the brackets operator. | |
Functions | |
void | stan::math::internal::block_householder_tridiag_cl (const matrix_cl< double > &A, matrix_cl< double > &packed, const int r=60) |
Tridiagonalize a symmetric matrix using block Housholder algorithm. | |
void | stan::math::internal::block_apply_packed_Q_cl (const matrix_cl< double > &packed_cl, matrix_cl< double > &A, const int r=200) |
Calculates Q*A in-place. | |