Stan Math Library
4.9.0
Automatic Differentiation
|
#include <stan/math/prim/meta.hpp>
#include <stan/math/opencl/copy.hpp>
#include <stan/math/opencl/value_type.hpp>
#include <stan/math/opencl/kernel_generator/as_operation_cl.hpp>
#include <stan/math/opencl/kernel_generator/operation_cl_lhs.hpp>
#include <stan/math/opencl/kernel_generator/constant.hpp>
#include <stan/math/opencl/kernel_generator/scalar.hpp>
#include <map>
Go to the source code of this file.
Classes | |
class | stan::math::check_cl_< T > |
Represents a check in kernel generator expressions. More... | |
struct | stan::math::internal::is_scalar_check_impl< T > |
struct | stan::math::internal::is_scalar_check_impl< check_cl_< scalar_< T > > > |
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. | |
Typedefs | |
template<typename T > | |
using | stan::math::internal::is_scalar_check = is_scalar_check_impl< std::decay_t< T > > |
Functions | |
template<typename T , typename = require_all_kernel_expressions_t<T>> | |
auto | stan::math::check_cl (const char *function, const char *var_name, T &&y, const char *must_be) |
Constructs a check on opencl matrix or expression. | |