![]() |
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 <stan/math/prim/scal/err/invalid_argument.hpp>
#include <type_traits>
#include <string>
Go to the source code of this file.
Namespaces | |
stan | |
stan::math | |
Matrices and templated mathematical functions. | |
Functions | |
template<typename T_y > | |
void | stan::math::check_positive (const char *function, const char *name, const T_y &y) |
Check if y is positive. More... | |
void | stan::math::check_positive (const char *function, const char *name, const char *expr, int size) |
Check if size is positive. More... | |