![]() |
Stan
2.5.0
probability, sampling & optimization
|
#include <stan/math/error_handling/dom_err.hpp>#include <stan/math/error_handling/dom_err_vec.hpp>#include <stan/meta/traits.hpp>Go to the source code of this file.
Classes | |
| struct | stan::math::detail::bounded< T_y, T_low, T_high, T_result, y_is_vec > |
| struct | stan::math::detail::bounded< T_y, T_low, T_high, T_result, true > |
Namespaces | |
| stan | |
| Probability, optimization and sampling library. | |
| stan::math | |
| Matrices and templated mathematical functions. | |
| stan::math::detail | |
Functions | |
| template<typename T_y , typename T_low , typename T_high , typename T_result > | |
| bool | stan::math::check_bounded (const char *function, const T_y &y, const T_low &low, const T_high &high, const char *name, T_result *result) |