Automatic Differentiation
 
Loading...
Searching...
No Matches
is_uninitialized.hpp
Go to the documentation of this file.
1#ifndef STAN_MATH_REV_FUN_IS_UNINITIALIZED_HPP
2#define STAN_MATH_REV_FUN_IS_UNINITIALIZED_HPP
3
7
8namespace stan {
9namespace math {
10
23inline bool is_uninitialized(var x) { return x.is_uninitialized(); }
24
25} // namespace math
26} // namespace stan
27#endif
bool is_uninitialized(T x)
Returns true if the specified variable is uninitialized.
The lgamma implementation in stan-math is based on either the reentrant safe lgamma_r implementation ...