1#ifndef STAN_MATH_OPENCL_KERNELS_DEVICE_FUNCTIONS_PHI_APPROX_HPP
2#define STAN_MATH_OPENCL_KERNELS_DEVICE_FUNCTIONS_PHI_APPROX_HPP
10namespace opencl_kernels {
12static constexpr const char* phi_approx_device_function
14 "#ifndef STAN_MATH_OPENCL_KERNELS_DEVICE_FUNCTIONS_PHI_APPROX\n"
16 "STAN_MATH_OPENCL_KERNELS_DEVICE_FUNCTIONS_PHI_APPROX\n" STRINGIFY(
double Phi_approx(double x)
Return the Phi_approx function applied to the specified argument.
double inv_logit(double x)
Returns the inverse logit function applied to the kernel generator expression.
auto pow(const T1 &x1, const T2 &x2)
The lgamma implementation in stan-math is based on either the reentrant safe lgamma_r implementation ...