Stan Math Library  2.20.0
reverse mode automatic differentiation
Classes | Namespaces | Functions
check_less_or_equal.hpp File Reference
#include <stan/math/prim/meta.hpp>
#include <stan/math/prim/scal/err/domain_error.hpp>
#include <stan/math/prim/scal/err/domain_error_vec.hpp>
#include <string>

Go to the source code of this file.

Classes

struct  stan::math::internal::less_or_equal< T_y, T_high, is_vec >
 
struct  stan::math::internal::less_or_equal< T_y, T_high, true >
 

Namespaces

 stan
 
 stan::math
 Matrices and templated mathematical functions.
 
 stan::math::internal
 

Functions

template<typename T_y , typename T_high >
void stan::math::check_less_or_equal (const char *function, const char *name, const T_y &y, const T_high &high)
 Check if y is less or equal to high. More...
 

     [ Stan Home Page ] © 2011–2018, Stan Development Team.