Automatic Differentiation
 
Loading...
Searching...
No Matches
is_uninitialized.hpp
Go to the documentation of this file.
1#ifndef STAN_MATH_PRIM_FUN_IS_UNINITIALIZED_HPP
2#define STAN_MATH_PRIM_FUN_IS_UNINITIALIZED_HPP
3
5namespace stan {
6namespace math {
7
18template <typename T>
19inline bool is_uninitialized(T x) {
20 return false;
21}
22
23} // namespace math
24} // namespace stan
25#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 ...
Definition fvar.hpp:9