![]() |
Stan Math Library
2.20.0
reverse mode automatic differentiation
|
#include <stan/math/prim/meta.hpp>
#include <stan/math/prim/scal/err/domain_error_vec.hpp>
#include <stan/math/prim/scal/err/domain_error.hpp>
#include <string>
Go to the source code of this file.
Classes | |
struct | stan::math::internal::greater_or_equal< T_y, T_low, is_vec > |
struct | stan::math::internal::greater_or_equal< T_y, T_low, true > |
Namespaces | |
stan | |
stan::math | |
Matrices and templated mathematical functions. | |
stan::math::internal | |
Functions | |
template<typename T_y , typename T_low > | |
void | stan::math::check_greater_or_equal (const char *function, const char *name, const T_y &y, const T_low &low) |
Check if y is greater or equal than low . More... | |