Stan Math Library
4.9.0
Automatic Differentiation
|
#include <stan/math/prim/meta.hpp>
#include <stan/math/prim/fun/square.hpp>
#include <stan/math/opencl/matrix_cl.hpp>
#include <stan/math/opencl/kernels/gp_matern32_cov.hpp>
#include <stan/math/opencl/err.hpp>
#include <CL/opencl.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. | |
Functions | |
template<typename T1 , typename T2 , typename T3 , require_all_kernel_expressions_and_none_scalar_t< T1 > * = nullptr, require_all_arithmetic_t< T2, T3 > * = nullptr> | |
matrix_cl< return_type_t< T1, T2, T3 > > | stan::math::gp_matern32_cov (const T1 &x, const T2 sigma, const T3 length_scale) |
Matern 3/2 kernel on the GPU. | |
template<typename T1 , typename T2 , typename T3 , typename T4 , require_all_kernel_expressions_and_none_scalar_t< T1, T2 > * = nullptr, require_all_arithmetic_t< T3, T4 > * = nullptr> | |
matrix_cl< return_type_t< T1, T2, T3, T4 > > | stan::math::gp_matern32_cov (const T1 &x, const T2 &y, const T3 sigma, const T4 length_scale) |
Matern 3/2 kernel on the GPU. | |