![]() |
Stan Math Library
2.20.0
reverse mode automatic differentiation
|
#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 <type_traits>
Go to the source code of this file.
Classes | |
struct | stan::math::internal::nonnegative< T_y, is_vec > |
struct | stan::math::internal::nonnegative< T_y, true > |
Namespaces | |
stan | |
stan::math | |
Matrices and templated mathematical functions. | |
stan::math::internal | |
Functions | |
template<typename T_y > | |
void | stan::math::check_nonnegative (const char *function, const char *name, const T_y &y) |
Check if y is non-negative. More... | |