Automatic Differentiation
 
Loading...
Searching...
No Matches
check_cl.hpp File Reference

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.